There are clone chips that may not be clocked as fast. They all have an onboard
clock to run their internal state machines, and its variation is > 2:1 spec wise.
One thing that helps is to create a display buffer of your display data. When you
try to write to these parts at high speed you can get artifacts that make display
quality and clarity poor. Your display routines examine the date you want against
the data in the buffer, and any differences, char for char, are written out to the display.
If data is not changing then display is not continuously over written which creates the
artifacts.
You using the ones with the I2C interface adapter or writing nibble/byte wide to the
display ?
As an aside the blue mode displays, white chars on blue background, much better looking in
daylight than the pea green ones.
Lastly what is the concern about displays changing digits so fast you cannot read them ?
Is that considered an attribute for the user interface or an undesired result ?
Regards, Dana.