summaryrefslogtreecommitdiff
path: root/firmware/src/t6963c_specific.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/t6963c_specific.h')
-rw-r--r--firmware/src/t6963c_specific.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/src/t6963c_specific.h b/firmware/src/t6963c_specific.h
index 12be1f7..8833f8b 100644
--- a/firmware/src/t6963c_specific.h
+++ b/firmware/src/t6963c_specific.h
@@ -39,8 +39,8 @@
#define t6963c_t_ce TRISBbits.TRISB9 // TRIS bit of CE pin
#define t6963c_t_rd TRISBbits.TRISB10 // TRIS bit of RD pin
#define t6963c_t_wr TRISBbits.TRISB11 // TRIS bit of WR pin
-#define t6963c_data LATB // Data port (the lowest 8 bits are assumed)
-#define t6963c_t_data TRISB // TRIS register of data port
+#define t6963c_data LATE // Data port (the lowest 8 bits are assumed)
+#define t6963c_t_data TRISE // TRIS register of data port
#define t6963c_rows 16 // Number of rows of the LCD
#define t6963c_columns 40 // Number of columns of the LCD