well after looking at the glcd library and the generated file from mikrobasic , i left attempting to change it to PbP3 format till another day

, i have continued with the example t69_lib on the link given , its very old code but it gives a starting point to get the display running

I have managed to get the font size and data from the mikro free font creator and after re writing some of the old t69b_lib got the larger font chrs to be displayed at the locations need , BUT......


yes there is always a 3 letter or 4 letter word

The larger font chr are slow to update and cause the display to flash the chrs more so than smoothly update them

my routines to show the larger fonts are simply , select the chr required using asci , jump to a subroutine that contain the data and send 90 bytes of that chr to screen , this does this for 10 chrs 24(x) x30(y)

removing any delays from this graphic update , just flashes the screen for those chr faster , and dims the display of those chrs

i clearly need to update 1 only the chrs that change , but as this is a fast counter being displayed most are changing anyway

Can anyone advise on how this overcome in how i approach displaying large fonts on glcd which is changing chr fast

Regards

Sheldon