Page 1 of 1

No std Rust driver I2C LCD2004 LCD for ESP32-C6

Posted: Sat Sep 09, 2023 7:22 pm
by Evil_Kyle
Hello,

If someone has a rust driver(or at least works with the cc crate) that works with a I2C LCD 2004 Module, 20x4 Display.

Please, advise.

Cheers,

Re: No std Rust driver I2C LCD2004 LCD for ESP32-C6

Posted: Sat Mar 08, 2025 2:19 pm
by bubulemaster
Hello,

my crate https://crates.io/crates/i2c_lcd_screen is tested on LCD1602 and LCD1604, but I think it work with LCD2004.
My crate is compatible with embedded-hal c1.

If you have any question, feel free to ask me help.