summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-09-20 08:10:43 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-09-20 08:10:43 +0000
commit57945b125d7f467d222796920fb1b6cf4e90f802 (patch)
tree28ed7db21187e687fdac12d5e9bc4fefab1631ef /firmware/export/lcd.h
parent995d24ca2c6ff784a42cabaeef9f1329060d1642 (diff)
downloadrockbox-57945b125d7f467d222796920fb1b6cf4e90f802.tar.gz
rockbox-57945b125d7f467d222796920fb1b6cf4e90f802.zip
Removed the Neo code. Nobody is interested in it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5096 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 21d1f4cc55..306e525b99 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -142,25 +142,4 @@ extern int lcd_getstringsize(const unsigned char *str, int *w, int *h);
142 142
143#endif /* CHARCELLS / BITMAP */ 143#endif /* CHARCELLS / BITMAP */
144 144
145/* These control codes may only work on the Neo LCD display */
146#ifdef HAVE_NEO_LCD
147
148/* Cursor Control Instructions */
149#define LCD_OFFCUR 0x0C
150#define LCD_LINECUR 0x0E
151#define LCD_BLINKCUR 0x0D
152#define LCD_COMBNCUR 0x0F
153#define LCD_HOMECUR 0x02
154#define LCD_SHLFCUR 0x10
155#define LCD_SHRTCUR 0x14
156
157/* Display Control Instructions */
158#define LCD_CLEAR 0x01
159#define LCD_OFFDISP 0x08
160#define LCD_ONDISP 0x0C
161#define LCD_SHLFDISP 0x18
162#define LCD_SHRTDISP 0x1C
163#define LCD_SET_CGRAM 0x40
164#endif
165
166#endif /* __LCD_H__ */ 145#endif /* __LCD_H__ */