vedderb / vesc_express

The source code for the VESC Express
GNU General Public License v3.0
39 stars 31 forks source link

Expand img_putc to support 2bpp fonts #21

Closed r3n33 closed 6 months ago

r3n33 commented 6 months ago

When the font data byte[3] indicates 2bpp img_putc will substitute the fg and bg index values with the stored values of 0-3

Generating a 2bpp font can be achieved in VESC Tool with this PR that is currently open: https://github.com/vedderb/vesc_tool/pull/359