diff options
Diffstat (limited to 'lcd.h')
-rw-r--r-- | lcd.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,9 +5,6 @@ #define LCD_cols 40 #define LCD_rows 4 /* 4x40 LCD */ #define LCD_chars_total 160 - -/* LCD menu hardware definitions - FIXME */ - #define LCD_col_width 13 /* characters per LCD column */ #define LCD_max_entries_per_page 12 /* how many items fit on one LCD screen at a time */ #define LCD_max_entries 24 /* upper limit for menu arrays */ |