2#ifndef DSY_LCD_HD44780_H
3#define DSY_LCD_HD44780_H
69 void WriteData(uint8_t);
70 void WriteCommand(uint8_t);
71 void Write(uint8_t, uint8_t);
General Purpose I/O control.
Definition gpio.h:22
Device Driver for 16x2 LCD panel. HD44780 with 4 data lines. Example product: https://www....
Definition lcd_hd44780.h:20
void Print(const char *string)
void Init(const Config &config)
void PrintInt(int number)
LcdHD44780()
Definition lcd_hd44780.h:22
~LcdHD44780()
Definition lcd_hd44780.h:23
void SetCursor(uint8_t row, uint8_t col)
Hardware defines and helpers for daisy field platform.
Definition index.h:2
Definition lcd_hd44780.h:26
Pin d5
Definition lcd_hd44780.h:29
Pin rs
Definition lcd_hd44780.h:29
bool cursor_blink
Definition lcd_hd44780.h:28
bool cursor_on
Definition lcd_hd44780.h:27
Pin d6
Definition lcd_hd44780.h:29
Pin en
Definition lcd_hd44780.h:29
Pin d4
Definition lcd_hd44780.h:29
Pin d7
Definition lcd_hd44780.h:29
representation of hardware port/pin combination
Definition daisy_core.h:193