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: afero_poc15_180216 afero_poc15_180223 afero_poc15_180302 afero_poc15_180403R ... more
Fork of UniGraphic by
UniGraphic for La Suno Version.
To go with La Suno, WatchDog Reset functions were added in ILI9341.
Diff: Inits/SEPS225.h
- Revision:
- 24:1a2ebae1d289
- Parent:
- 23:d0eb35bbd2f3
- Child:
- 25:daacdcf34e52
--- a/Inits/SEPS225.h Thu Jun 18 02:25:31 2015 +0000 +++ b/Inits/SEPS225.h Mon Jun 22 02:21:06 2015 +0000 @@ -61,6 +61,7 @@ virtual void pixel(int x, int y, unsigned short color); virtual void window(int x, int y, int w, int h); + virtual void rect(int x0, int y0, int x1, int y1, unsigned short color) ; virtual void cls(void) ; // virtual virtual unsigned short pixelread(int x, int y); virtual void window4read(int x, int y, int w, int h);