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:
18:ffa58f1a680a
Parent:
9:1749ae993cfe
Child:
34:c66986d80f72
--- a/Inits/IST3020.cpp	Mon Feb 23 23:36:22 2015 +0000
+++ b/Inits/IST3020.cpp	Mon Mar 02 10:35:41 2015 +0000
@@ -5,7 +5,7 @@
 #include "Protocols.h"
 #include "IST3020.h"
 
-/*this is a quite standard config, should be compatible with ST7565, except bigger screen and diff resistor ratio value*/
+/*this is a quite standard config, similar to ST7565, except bigger screen and diff resistor ratio value*/
 
 //////////////////////////////////////////////////////////////////////////////////
 // display settings ///////////////////////////////////////////////////////