hd44780-driver icon indicating copy to clipboard operation
hd44780-driver copied to clipboard

Add set_cursor_pos_unchecked method.

Open cr1901 opened this issue 1 year ago • 2 comments

In light of set_cursor_pos working exclusively in terms of screen coordinates, I needed a function that let me set offscreen addresses to values to work with scrolling.

cr1901 avatar Jan 04 '24 20:01 cr1901

#54 would solve this problem by allowing these off-screen coordinates (and still checking them).

ColinTimBarndt avatar Sep 17 '24 02:09 ColinTimBarndt

If it means that I can stop using my own fork of the driver, I'm not against learning your API changes (though your changes seem like they'd take longer to be reviewed :P).

cr1901 avatar Sep 17 '24 18:09 cr1901