Skip to content

Commit

Permalink
Fixup SPI mode 3 => 0 on tzarc/djinn. (qmk#17440)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and zykrah committed Jul 2, 2022
1 parent cd6bf02 commit 3f8b54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/tzarc/djinn/djinn.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void keyboard_post_init_kb(void) {
wait_ms(150);

// Initialise the LCD
lcd = qp_ili9341_make_spi_device(320, 240, LCD_CS_PIN, LCD_DC_PIN, LCD_RST_PIN, 4, 3);
lcd = qp_ili9341_make_spi_device(320, 240, LCD_CS_PIN, LCD_DC_PIN, LCD_RST_PIN, 4, 0);
qp_init(lcd, QP_ROTATION_0);

// Turn on the LCD and clear the display
Expand Down

0 comments on commit 3f8b54d

Please sign in to comment.