mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-06 05:45:39 +00:00
Fixup SPI mode 3 => 0 on tzarc/djinn. (#17440)
This commit is contained in:
parent
2fb24c0298
commit
589e756e98
@ -70,7 +70,7 @@ void keyboard_post_init_kb(void) {
|
|||||||
wait_ms(150);
|
wait_ms(150);
|
||||||
|
|
||||||
// Initialise the LCD
|
// 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);
|
qp_init(lcd, QP_ROTATION_0);
|
||||||
|
|
||||||
// Turn on the LCD and clear the display
|
// Turn on the LCD and clear the display
|
||||||
|
Loading…
Reference in New Issue
Block a user