|
Last change
on this file since 94a6f37 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 9 years ago
|
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
|
File size:
692 bytes
|
| Line | |
|---|
| 1 | #ifndef LCD_DEBUG_H |
|---|
| 2 | #define LCD_DEBUG_H |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | int debug_init(struct lcd_logical_driver *driver, char *args); |
|---|
| 6 | void debug_close(); |
|---|
| 7 | void debug_clear(); |
|---|
| 8 | void debug_flush(); |
|---|
| 9 | void debug_string(int x, int y, char string[]); |
|---|
| 10 | void debug_chr(int x, int y, char c); |
|---|
| 11 | void debug_contrast(int contrast); |
|---|
| 12 | void debug_backlight(int on); |
|---|
| 13 | void debug_init_vbar(); |
|---|
| 14 | void debug_init_hbar(); |
|---|
| 15 | void debug_init_num(); |
|---|
| 16 | void debug_vbar(int x, int len); |
|---|
| 17 | void debug_hbar(int x, int y, int len); |
|---|
| 18 | void debug_num(int x, int num); |
|---|
| 19 | void debug_set_char(int n, char *dat); |
|---|
| 20 | void debug_icon(int which, char dest); |
|---|
| 21 | void debug_flush_box(int lft, int top, int rgt, int bot); |
|---|
| 22 | void debug_draw_frame(char *dat); |
|---|
| 23 | char debug_getkey(); |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.