##// END OF EJS Templates
Removed error on fat32 library, seems now to be able navigate among sectors in...
Removed error on fat32 library, seems now to be able navigate among sectors in both directions. Improved SDLCD drawing performances by almost 1000x.

File last commit:

r66:3ad48bdbe9e3 dev_alexis
r68:104125d87b89 dev_alexis
Show More
ili9328_STM32F4.pro
25 lines | 503 B | text/idl | PrologLexer
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r32 TEMPLATE = lib
New version totaly integrated to Qt through custom sdk build!...
r47 OBJECTS_DIR = obj
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r32 TARGET = ili9328
New version totaly integrated to Qt through custom sdk build!...
r47 SOURCES += \
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r32 ili9328.c
New version totaly integrated to Qt through custom sdk build!...
r47 DEFINES -= __OPTIMIZED_MATH
INCLUDEPATH += ../../../../includes \
../../../CPU/STM32F4xx_StdPeriph_Driver/inc \
../../../CPU/CMSIS/Include \
../../../../includes/GRAPHIC/CONTROLERS \
../../../../includes/GRAPHIC/GUI/FONTS \
../../../../includes/GRAPHIC/GUI/Widgets
UCMODEL=stm32f4
target.path = $$[QT_INSTALL_LIBS]/$$UCMODEL
INSTALLS += target
Jeandet Alexis
Some bug fixed on ILI9328 driver, 16 bit mode working well, 8 bit mode still...
r66 HEADERS += \
../../../../includes/GRAPHIC/CONTROLERS/ili9328.h