summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 11:56:39 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-16 11:56:39 -0400
commitf29d7c0652072b482679c2503be6f2524f45fe35 (patch)
tree4b37cc5405b11f0f3d7d9f3cc3fdec34fd8abd1c /lcd.h
parentf6b720f01c50db461095bd9365fa2f9d1047c4f8 (diff)
more obsolete FIXMEs removed
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lcd.h b/lcd.h
index a76d732..a88953e 100644
--- a/lcd.h
+++ b/lcd.h
@@ -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 */