You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed low level dependency from 'bcm2835' to 'lgpio', primarily so the library can now work on a raspberry 5
as 'bcm2835' cannot work on raspberry 5. 'Lgpio' works with linux device driver rather than low level register access of 'bcm2835'
software should now work on any linux based SBC.
Changed font system, added some different fonts and font data is now horizontally addressed instead of vertically.
This facilitates using buffered writes to write font much faster character by character in a frame buffer rather than pixel by pixel.
In the writeChar method of 16-bit color graphic display.