Can littlevGL support ARGB1555?

 My device's frame buffer driver only support ARGB1555,  so I want to know how to config the littlevGL to support ARGB1555 ? 
Thank your for your great help

I recommend using 16-bit color and converting the colors inside your driver. You should be able to get away with discarding the lowest green bit and setting the alpha bit to 1, if I understand correctly.

1 Like