Very simple library for controlling small graphic LCDs
gfxLcd Class Reference
#include <lcd.h>
Public Member Functions | |
| gfxLcd () | |
| Initialize LCD. | |
| void | init () |
| Initialize LCD. | |
| void | fillScreen (bool color) |
| Fill screen with black or white. | |
| void | putPixel (char x, char y, bool color) |
| Set/clear pixel in framebuffer. | |
| void | update () |
| Refresh display. | |
Data Fields | |
| GbufMem | fbuf |
| Frame buffer for the LCD. | |
Detailed Description
gfxLcd class
This class is used for controlling the LCD.
Definition at line 23 of file lcd.h.
Constructor & Destructor Documentation
Member Function Documentation
| void fillScreen | ( | bool | color ) |
| void putPixel | ( | char | x, |
| char | y, | ||
| bool | color | ||
| ) |
Field Documentation
Generated on Fri Jul 15 2022 12:01:38 by
1.7.2