Fail to used L8 image
I used ImageMagick to change a image into 256 colors that I want to used L8_RGB565 image.
magick convert ***.png -colors 256 ***_L8.png
But the TouchGFX compiler returned an error :
ERROR: Too many colors (762) for palette. Consider using RGB565.
ERROR: L8_RGB565 image assets/images/***_L8.png has too many colors for palette. Consider using RGB565.
ERROR: Could not generate image data
Has anyone encountered such a problem?