Open ohmyarch opened 3 years ago
@ohmyarch Can you see if it's working now, just pushed a change.
It works fine, thanks!
But there may be other places need to be adapted, write_command()
now takes u16:
lcd_driver.write_command(0x38_u16, &[]).unwrap();
lcd_driver.write_command(Command::DisplayInversionOn as u16, &[]).unwrap();