Change reset pin for vfdboard HW

This commit is contained in:
Markus Koch 2018-01-13 09:59:09 +01:00
parent 8e518a00de
commit 1739d5b3ae
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define HCS12SS59T_SPI_MOSI PB3 #define HCS12SS59T_SPI_MOSI PB3
#define HCS12SS59T_SPI_SCK PB5 #define HCS12SS59T_SPI_SCK PB5
#define HCS12SS59T_SPI_SS_N PB2 #define HCS12SS59T_SPI_SS_N PB2
#define HCS12SS59T_SPI_RESET_N PB0 #define HCS12SS59T_SPI_RESET_N PB1
/* Display commands and information */ /* Display commands and information */
#define HCS12SS59T_DCRAM_WR 0x10 /* ccccaaaa dddddddd dddddddd .. */ #define HCS12SS59T_DCRAM_WR 0x10 /* ccccaaaa dddddddd dddddddd .. */