7d8f78a08b
This patch includes initial support for FT800 display driver. It includes basic features. It can be easily extended with more FT800 display list and co-processor features. Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
11 lines
140 B
CMake
11 lines
140 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(
|
|
ft8xx.c
|
|
ft8xx_common.c
|
|
ft8xx_copro.c
|
|
ft8xx_drv.c
|
|
)
|