Skip to content

Commit

Permalink
[Bugfix] SPI LCD wrong pin number
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyob committed Mar 4, 2025
1 parent 3ae37b2 commit fb98d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vario/Leaf_SPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define SPI_CLK 12
#define SPI_MISO 13

#define SPI_SS_LCD 15
#define SPI_SS_LCD 10

void spi_init(void);
void spi_writeGLCD(byte data);
Expand Down

0 comments on commit fb98d43

Please sign in to comment.