vedderb / vesc_express

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

Indexed16 display mode #18

Closed svenssonjoel closed 6 months ago

svenssonjoel commented 6 months ago

R3n33 and I have been adding the Indexed16 mode to all drivers.

It has been tested to work in the cases of the ILI9341 and the ST7789 display driver ICS. The rest of the code was very similar with only very minor differences between drivers.

Could be fun at some point in the future to try to abstract out the blast functions as they are very similar across devices.