cec4628a97
- Backlight uses PWM on TIM4 CH2. - Updated readme. - Updated gdisp_lld.c: moved from lld_gdisp_* to gdisp_lld_* functions names format. - One forgotten GDISP_LLD() macro removal. - General code cleanup (make diff with -w parameter ;))
6 lines
156 B
Makefile
6 lines
156 B
Makefile
# List the required driver.
|
|
GFXSRC += $(GFXLIB)/drivers/gdisp/SSD2119/gdisp_lld.c
|
|
|
|
# Required include directories
|
|
GFXINC += $(GFXLIB)/drivers/gdisp/SSD2119
|