tiny-tft-graphics-library icon indicating copy to clipboard operation
tiny-tft-graphics-library copied to clipboard

Reduce size by 96 bytes

Open bradanlane opened this issue 2 years ago • 1 comments

The CharMap is 96*6 bytes but the 6th byte of each character is always 0x00.

You can delete these 6th bytes and then change PlotChar() to loop from 0 to 5 for xx.

bradanlane avatar May 24 '23 21:05 bradanlane

Yes, that's a good suggestion if you need those extra bytes. I left the 0x00 there in case you want to define full 6x8 pixel characters; eg graphics characters.

technoblogy avatar May 25 '23 06:05 technoblogy