OpenLCD icon indicating copy to clipboard operation
OpenLCD copied to clipboard

An open source serial LCD (HD44780) controller based on the ATmega328.

Results 8 OpenLCD issues
Sort by recently updated
recently updated
newest added

I would like to request a new command to ignore serial input (separate from the "ignore-RX on reset"), which would have the controller ignore anything happening on the serial RX...

In my application, I do not need the device to write to EEPROM -- really, for anything. I expect to be streaming 'set RGB' quickly to do fades between colors...

The start of an I2C transaction needs to be in a defined mode. That or there needs to be a sequence of bytes that, in *all modes*, resets the state....

Right now, it toggles. Toggling is completely useless and wrong. This means it cannot be sent as part of a SPI or I2C startup. If the host board restarts for...

Hello, Would you please consider requiring a checksum, or at least a duplicate byte, for critical commands? For example, if a bit flip causes the 'change I2C address' command to...

Having a multi coloured display is a real bonus, I can use it to indicate errors and the like. But if I flash/change colours a few times that's a couple...

More than 32 characters crashes the display. I've not had a chance to investigate further but it is consistent. This is a problem for those of us doing DMA writes...

Please use the logic of the original HD chip! Those of us doing DMA writes of the whole screen can not use adhoc commands to change characters.