Fix `tzarc/djinn` screen geometry. (#18478)

master
Nick Brassel 3 years ago committed by GitHub
parent 056d6aee27
commit 1bdf4cdc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      keyboards/tzarc/djinn/djinn.c

@ -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, 0);
lcd = qp_ili9341_make_spi_device(240, 320, 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

Loading…
Cancel
Save