##// 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_SIMULATOR.pro
22 lines | 450 B | text/idl | PrologLexer
Added Simulator target to run code on x86 and debug functions....
r63 TEMPLATE = lib
TARGET = ili9328
SOURCES += \
ili9328.c
INCLUDEPATH += ../../../../includes \
../../../../includes/GRAPHIC/CONTROLERS \
../../../../includes/GRAPHIC/GUI/FONTS \
../../../../includes/GRAPHIC/GUI/Widgets
UCMODEL=simulator
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 \
../../../../includes/GRAPHIC/CONTROLERS/genericLCD_Controler.h