uniwix / casioplot

Python module that allows to use the casioplot module in your computer.
MIT License
9 stars 2 forks source link

Make draw_string faster #33

Closed miguelTorrinhaPereira closed 2 months ago

miguelTorrinhaPereira commented 2 months ago

Now that we have all characters with correct sizes we can stop using a tuple of strings and start using a tuple of tuples of booleans. This should be faster. A script should be used for the conversion.