##// 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:

r18:bd9ab647f70a default
r58:dcfec4f56803 dev_alexis
Show More
M4stick.pro
18 lines | 341 B | text/idl | PrologLexer
TEMPLATE = app
M4Stick.ARCH = stm32f4-arm-none-eabi-gcc
M4Stick.TARGET = M4stickBlink
M4Stick.BSP = M4Stick
STM32F4Disc.ARCH = stm32f4-arm-none-eabi-gcc
STM32F4Disc.TARGET = STM32F4DiscoveryBlink
STM32F4Disc.BSP = STM32F4Discovery
*.LIBS += SPI UART GPIO STREAMDEVICES UHANDLE UCSTRINGS CPU STLIB
*.SOURCES += main.c
*.HEADERS +=