Defines higher level TFT graphics functionality. More...
#include "ROM_Images.h"Go to the source code of this file.
Classes | |
| class | Canvas |
| Provides higher level TFT graphic functionality used by the menu system. More... | |
| class | ROM_Canvas |
| A variation of the Canvas class that can load imagery from Flash ROM. More... | |
| class | DRAM_Canvas |
| Variation of the Canvas class that can copy imagery from another canvas. More... | |
Defines higher level TFT graphics functionality.
The LT7683 chip can create multiple canvass for holding graphics. Callers can place graphics onto the canvass and they can use the graphics engine of the LT7683 chip to draw geometric shape. When ready, the caller can then signify which canvas is to be diplayed within the TFT window. The Canvas class provides a higher level interface to the LT7683 chip, provides methods for creating, managing, and using canvass.