Small syntax error fix in macro for some pixel formats. gdispNokia6610 driver is tested (at least for filled rectangles) on Olimex SAM7-EX256 using the GE8 controller. Board interface is abstracted which should make it easy to add a new board interface. The
5 lines
185 B
Makefile
5 lines
185 B
Makefile
# List the required driver.
|
|
HALSRC += ${CHIBIOS}/os/halext/drivers/gdispNokia6610/gdisp_lld.c
|
|
|
|
# Required include directories
|
|
HALINC += ${CHIBIOS}/os/halext/drivers/gdispNokia6610
|