Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
716 |
lvd |
1 |
#pragma once |
|
|
2 |
|
|
|
3 |
extern HANDLE hndKbdDev; |
|
|
4 |
|
|
|
5 |
void init_leds(); |
|
|
6 |
void done_leds(); |
|
|
7 |
|
|
|
8 |
void text_i(unsigned char *dst, const char *text, unsigned char ink, unsigned off = 0); |
|
|
9 |
void showleds(); |