Kconfig 431 B

12345678910
  1. menu "LCD and Touch Panel"
  2. menu "LCD Peripheral Configuration"
  3. config LCD_PANEL_IO_FORMAT_BUF_SIZE
  4. int "LCD panel io format buffer size"
  5. default 32
  6. help
  7. LCD driver allocates an internal buffer to transform the data into a proper format, because of
  8. the endian order mismatch. This option is to set the size of the buffer, in bytes.
  9. endmenu
  10. endmenu