|
SatCat5
|
Interface driver for the cfgbus_uart block.
Device driver for a 2x16 character LCD screen.
Definition at line 16 of file cfgbus_text_lcd.h.
#include <cfgbus_text_lcd.h>
Public Member Functions | |
| TextLcd (satcat5::cfg::ConfigBus *cfg, unsigned devaddr, unsigned regaddr=0) | |
| Link this LCD controller to a ConfigBus address. | |
| void | clear () |
| Reset and clear display. | |
| void | write (const char *msg) |
| Write a string to the display (max 32 characters). | |
Private Attributes | |
| satcat5::cfg::Register | m_ctrl |