support multi-controller LCDs (only tested with a single-controller LCD)

This commit is contained in:
marschap
2007-04-04 13:14:15 +00:00
parent 327ab00298
commit 3e616e4192
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
/* target is a bit map for CMD/DATA */
#define LCD2USB_CTRL_0 (1<<3)
#define LCD2USB_CTRL_1 (1<<4)
#define LCD2USB_CTRL_BOTH (LCD_CTRL_0 | LCD_CTRL_1)
#define LCD2USB_CTRL_BOTH (LCD2USB_CTRL_0 | LCD2USB_CTRL_1)
#define LCD2USB_ECHO (0<<5)
#define LCD2USB_CMD (1<<5)