Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TFT DisplaysIntroduction | ||||||||
Line: 162 to 161 | ||||||||
| ||||||||
Changed: | ||||||||
< < | As explained above, text writing in different fonts is not exactly easy. While the original SSD1351 driver loaded its fonts from C files before using them, a procedure which could take several tens of seconds, the new version uses the same fonts but converted into Python code and stored in flash together with access methods to get the pixel information. Now, no font loading is necessary any more and text drawing becomes very fast. The text drawing demo | |||||||
> > | As explained above, text writing in different fonts is not exactly easy. While the original SSD1351 driver loaded its fonts from C files before using them, a procedure which could take several tens of seconds, the new version uses the same fonts but converted into Python code and stored in flash together with access methods to get the pixel information. Now, no font loading is necessary any more and text drawing becomes very fast. The text drawing demo | |||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | You can find the source code of the demos on the github repository![]() | |||||||
Video gamesIn the list of demos for the SSD1351 driver you even find 2 simple video games: |