##// END OF EJS Templates
Some bug fixed on ILI9328 driver, 16 bit mode working well, 8 bit mode still...
Some bug fixed on ILI9328 driver, 16 bit mode working well, 8 bit mode still to debug.

File last commit:

r47:7126c4937e8d dev_alexis
r66:3ad48bdbe9e3 dev_alexis
Show More
qmake.conf
26 lines | 273 B | text/plain | TextLexer
#
# qmake configuration for stm32f4
#
#
MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = unix
TEMPLATE = app
CONFIG += ucswitch libuc2 warn_on release incremental link_prl
QT +=
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
load(qt_config)