easytarget / microPyEZfonts

A font writer plus a collection of MicroPython fonts for small Mono displays and devices
Other
27 stars 1 forks source link

color map issue in font writer #14

Closed easytarget closed 3 months ago

easytarget commented 4 months ago

Minor; but could affect color displays. palette.pixel(self.colors -1, 0, fg) needs to be palette.pixel(self._font_colors -1, 0, fg)]