Fork with support for ILI9341 controller

Dependents:   CANary_9341 CANary

Fork of TOUCH_TFTx2 by Tick Tock

Committer:
TickTock
Date:
Sun May 18 12:45:30 2014 +0000
Revision:
16:bee053b17977
Works with both controllers using precompiler directive

Who changed what in which revision?

UserRevisionLine numberNew contents of line
TickTock 16:bee053b17977 1 #ifndef PRECOMPILE_H
TickTock 16:bee053b17977 2 #define PRECOMPILE_H
TickTock 16:bee053b17977 3
TickTock 16:bee053b17977 4 #define USE_ILI9341 0
TickTock 16:bee053b17977 5
TickTock 16:bee053b17977 6 #endif /* PRECOMPILE_H */