c03: define backlight pin for display.

This commit is contained in:
Martin Preuss
2026-01-27 20:27:43 +01:00
parent eba269f2e7
commit c1da37d973

View File

@@ -170,6 +170,11 @@
.equ ILI9341_LED_INPUT = PORTD
.equ ILI9341_LED_PIN = PORTD5
.equ ILI9341_BACKLIGHT_DDR = DDRD
.equ ILI9341_BACKLIGHT_OUTPUT = PORTD
.equ ILI9341_BACKLIGHT_INPUT = PORTD
.equ ILI9341_BACKLIGHT_PIN = PORTD5
; ---------------------------------------------------------------------------