c03: define backlight pin for display.
This commit is contained in:
@@ -170,6 +170,11 @@
|
|||||||
.equ ILI9341_LED_INPUT = PORTD
|
.equ ILI9341_LED_INPUT = PORTD
|
||||||
.equ ILI9341_LED_PIN = PORTD5
|
.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
; ---------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user