Hi, I was using this image converter and noticed that with test picture like this
color palette does not have pure white 0xFFFF but it has 0xFFF8. Question is that is this somehow intentional or a bug?
Here is the converter function and my proposed fix:
Hi, I was using this image converter and noticed that with test picture like this color palette does not have pure white 0xFFFF but it has 0xFFF8. Question is that is this somehow intentional or a bug? Here is the converter function and my proposed fix:
https://github.com/russhughes/st7789py_mpy/blob/7265925bd0c092e8105200d18b2dba9dfbc12c27/utils/image_converter.py#L47-L60