##// END OF EJS Templates
Started SSD2119 driver based on ili9328 driver....
Started SSD2119 driver based on ili9328 driver. -IF more or less functionnal /!\ need to check FSMC config -Need to check mid point circle algo -need to generate good fonts! -Should merge ili and ssd driver in one since the interface is the same, we can detect the chip with Device Code. Added Stm32Discovery extension board bsp.

File last commit:

r15:32fa371f45f3 default
r58:dcfec4f56803 dev_alexis
Show More
blink.pro
13 lines | 245 B | text/idl | PrologLexer
TEMPLATE = app
ARCH = stm32f4-arm-none-eabi-gcc
TARGET = stm32f4DiscoveryBlink
BSP = STM32F4Discovery
LIBS += STLIB
SOURCES += main.c stm32f4_discovery.c selftest.c stm32f4_discovery_audio_codec.c stm32f4_discovery_lis302dl.c
HEADERS +=