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.
Fork of Smoothie by
RrdGlcd Class Reference
Based loosely on st7920.h from http://mbed.org/users/Bas/code/ST7920 and parts of the Arduino U8glib library. More...
#include <RrdGlcd.h>
Public Member Functions | |
| RrdGlcd (PinName mosi, PinName sclk, Pin cs) | |
| Constructor, initializes the lcd on the respective pins. | |
| void | fillGDRAM (const uint8_t *bitmap) |
| Fills the screen with the graphics described in a 1024-byte array @. | |
Detailed Description
Based loosely on st7920.h from http://mbed.org/users/Bas/code/ST7920 and parts of the Arduino U8glib library.
Written by Jim Morris
Definition at line 22 of file RrdGlcd.h.
Constructor & Destructor Documentation
| RrdGlcd | ( | PinName | mosi, |
| PinName | sclk, | ||
| Pin | cs | ||
| ) |
Constructor, initializes the lcd on the respective pins.
- Parameters:
-
mosi mbed pinname for mosi sclk mbed name for sclk cd Smoothie Pin for cs
- Returns:
- none
Definition at line 149 of file RrdGlcd.cpp.
Member Function Documentation
| void fillGDRAM | ( | const uint8_t * | bitmap ) |
Fills the screen with the graphics described in a 1024-byte array @.
- Parameters:
-
bitmap 128x64, bytes horizontal
- Returns:
- none
Definition at line 290 of file RrdGlcd.cpp.
Generated on Tue Jul 12 2022 20:09:03 by
1.7.2
