[target-stm32f429i-disco]: Initial lcd support

This commit is contained in:
luka177
2022-07-22 10:29:20 +03:00
committed by Travis Geiselbrecht
parent 145e9a0d27
commit 014de968e1
4 changed files with 777 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ GLOBAL_DEFINES += \
PLL_P_VALUE=2
MODULE_SRCS += \
$(LOCAL_DIR)/init.c
$(LOCAL_DIR)/init.c \
$(LOCAL_DIR)/lcd.c
include make/module.mk