stm32l1: lcd: Define all LCD registers
Define minimal susbet of necessary functions for work with LCD screen.
This commit is contained in:
committed by
Karl Palsson
parent
14f1ac4764
commit
553a14f21d
@@ -33,7 +33,7 @@ CFLAGS = -Os -g \
|
||||
-ffunction-sections -fdata-sections -MD -DSTM32L1
|
||||
# ARFLAGS = rcsv
|
||||
ARFLAGS = rcs
|
||||
OBJS = crc.o desig.o flash.o rcc.o usart.o dma.o
|
||||
OBJS = crc.o desig.o flash.o rcc.o usart.o dma.o lcd.o
|
||||
OBJS += crc_common_all.o dac_common_all.o
|
||||
OBJS += dma_common_l1f013.o
|
||||
OBJS += gpio_common_all.o gpio_common_f0234.o
|
||||
|
||||
Reference in New Issue
Block a user