Skip to content

Commit

Permalink
[TractylM] Enable ili9488 for f407
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Dec 4, 2024
1 parent 53ef5fe commit be07b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BLUETOOTH_DRIVER = bluefruit_le

BACKLIGHT_ENABLE = yes
QUANTUM_PAINTER_ENABLE = yes
QUANTUM_PAINTER_DRIVERS = ili9341_spi
QUANTUM_PAINTER_DRIVERS = ili9488_spi
CUSTOM_QUANTUM_PAINTER_ENABLE = yes
DISPLAY_KEYLOGGER_ENABLE = yes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ifeq ($(strip $(KEYBOARD)), handwired/tractyl_manuform/5x6_right/f407)

BACKLIGHT_ENABLE = yes
QUANTUM_PAINTER_ENABLE = yes
QUANTUM_PAINTER_DRIVERS += ili9341_spi
QUANTUM_PAINTER_DRIVERS += ili9488_spi
CUSTOM_QUANTUM_PAINTER_ENABLE = yes
DISPLAY_KEYLOGGER_ENABLE = yes
I2C_DRIVER_REQUIRED = yes
Expand Down

0 comments on commit be07b10

Please sign in to comment.