How to configure lcd-image-converter for a STM32 controller for converting an image
I'm using the development board STM32L4P5G-DK. My development board uses display type RGB222(6bits) <--device configuration tool(its the only option). My LCD display makes use of 24bit RGB data(RGB888 input format). Controller uses the following outputs: R7,R6,G7,G6,B7,B6. I have connected it to R7,R6,G7,G6,B7,B6 of the display, the rest of RGB data signal of the display is connected to ground. In device configuration tool of STM32Cube IDE i use the pîxel format RGB888(layer 1). I only use one layer.
About lcd-image-converter:
1)Wich image format(png,bmp,jpeg,etc) is recommended to use for converting an image to C for STM32?
2)Wich "main scan direction" to use(top to bottom, bottom to top, left to right,etc)?
3) In the application note 4161 they recommend to use Image -->block size: 32 bit: is this correct?
4)Wich preset option to use, "R8G8B8" or an other?
5)In Image-->Common -->application note 4161 shows to use "split to rows". Is this correct?
Could someone help me.

