stm32l1: lcd: Define all LCD registers

Define minimal susbet of necessary functions for work with LCD screen.
This commit is contained in:
Nikolay Merinov
2014-03-02 18:21:43 +06:00
committed by Karl Palsson
parent 14f1ac4764
commit 553a14f21d
3 changed files with 259 additions and 1 deletions

View File

@@ -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