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.
Revisions of Graphics/GraphicsDisplay.h
Revision | Date | Message | Actions |
---|---|---|---|
22:f9a37f22b9cb | 2015-06-11 | Add set_font_zoom(x_mul, y_mul) | File Diff Annotate |
10:668cf78ff93a | 2015-02-19 | Added FastWindow for TFT (truncated set page/column cmds), which increases speed when plotting single pixels (around 20-25% faster?!?!) | File Diff Annotate |
5:b222a9461d6b | 2015-02-16 | Added pixelread for TFTs | File Diff Annotate |
3:48f3282c2be8 | 2015-02-14 | small things | File Diff Annotate |
2:713844a55c4e | 2015-02-13 | Initial TFT implementation, needs to add read cmds | File Diff Annotate |
0:75ec1b3cde17 | 2015-02-12 | Initial tests, LCD par and spi ok | File Diff Annotate |