diff options
author | Camil Staps | 2016-08-22 22:28:32 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-22 22:28:32 +0200 |
commit | 79bb1a9932af7bfcdab67e2a1da9d9edcba87f71 (patch) | |
tree | c9f96cd9498d1e24bc646923c5d79d13f310fbeb /firmware/src/t6963c_specific.h | |
parent | Initial commit (diff) |
old wipold
Diffstat (limited to 'firmware/src/t6963c_specific.h')
-rw-r--r-- | firmware/src/t6963c_specific.h | 4 |
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 |