Snippet - Manage custom characters using Character Display Module (HD44780) with 4.3 Framework

I just posted Manage custom characters using Character Display Module (HD44780) with 4.3 Framework on Codeshare. Feel free to discuss and make suggestions here.

3 Likes

Iā€™m currently using a 20x4 display on a project and found that I needed to change the following line of code in the original library in order to get the correct cursor position on rows 3 & 4.


this.SendCommand((byte)(Display_HD44780_AGI_43.SET_CURSOR | Display_HD44780_AGI_43.ROW_OFFSETS[row] | column));

to