Basically i glued Peter Drescher and Simon Ford libs in a GraphicsDisplay class, then derived TFT or LCD class (which inherits Protocols class), then the most derived ones (Inits), which are per-display and are the only part needed to be adapted to diff hw.

Dependents:   testUniGraphic_150217 maze_TFT_MMA8451Q TFT_test_frdm-kl25z TFT_test_NUCLEO-F411RE ... more

Revision:
4:12ba0ecc2c1f
Parent:
3:48f3282c2be8
Child:
9:1749ae993cfe
--- a/Inits/IST3020.cpp	Sat Feb 14 17:42:21 2015 +0000
+++ b/Inits/IST3020.cpp	Sun Feb 15 20:06:07 2015 +0000
@@ -1,3 +1,7 @@
+ /* mbed UniGraphic library - Device specific class
+ * Copyright (c) 2015 Giuliano Dianda
+ * Released under the MIT License: http://mbed.org/license/mit
+ */
 #include "Protocols.h"
 #include "IST3020.h"