Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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