Skip to content

Commit

Permalink
Change reset pin for vfdboard HW
Browse files Browse the repository at this point in the history
  • Loading branch information
m42uko committed Jan 13, 2018
1 parent 8e518a0 commit 1739d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcs12ss59t.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define HCS12SS59T_SPI_MOSI PB3
#define HCS12SS59T_SPI_SCK PB5
#define HCS12SS59T_SPI_SS_N PB2
#define HCS12SS59T_SPI_RESET_N PB0
#define HCS12SS59T_SPI_RESET_N PB1

/* Display commands and information */
#define HCS12SS59T_DCRAM_WR 0x10 /* ccccaaaa dddddddd dddddddd .. */
Expand Down

0 comments on commit 1739d5b

Please sign in to comment.