some progress on 4 bit mode.. but doesnt work

This commit is contained in:
2025-06-14 19:47:03 +02:00
parent f55529eb52
commit b1559460ee
2 changed files with 35 additions and 4 deletions

View File

@@ -76,6 +76,8 @@ typedef struct{
wait_ms_Event_fpt wait_event;
lcd_hd44780_bitmode bit_mode;
hd44780_gpioset_t gpio_data;
// Flag for showing that init has been done.. After init im using polling Busy Flag instead of delay..
uint8_t isInit;
}cm_lcd_hd44780_t;