cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, we used stm32l4r9 mcu for our project and touchgfx library with RM69080 driver with 400*400 amoled instead of RM67162 driver with 390*390 amoled. stm32l4r9 development board use 390*390 rm67162 amoled with 390*2 lut_config_array, but I want to 400*

MKORK.1
Associate II
 
2 REPLIES 2
MKORK.1
Associate II

Hello, we used stm32l4r9 mcu for our project and touchgfx library with RM69080 driver with 400*400 amoled instead of RM67162 driver with 390*390 amoled. stm32l4r9 development board use 390*390 rm67162 amoled with 390*2 lut_config_array, but I want to 400*2 lut config_array in my project. Could you share with me config_array values for 400*400 RM69080 amoled or is this same with 390*390 RM67162 amoled display?

MKORK.1
Associate II

uint32_t gfxmmu_lut_config[2*GFXMMU_LUT_SIZE] = {

 0x00282001, //GFXMMU_LUT0L

 0x003FFE00, //GFXMMU_LUT0H

 0x00291F01, //GFXMMU_LUT1L

 0x003FFEA0, //GFXMMU_LUT1H

 0x002B1E01, //GFXMMU_LUT2L

 0x003FFF60, //GFXMMU_LUT2H

 0x002C1D01, //GFXMMU_LUT3L

 0x00000050, //GFXMMU_LUT3H

 0x002C1C01, //GFXMMU_LUT4L

 0x00000160, //GFXMMU_LUT4H

 0x002D1B01, //GFXMMU_LUT5L

 0x00000280, //GFXMMU_LUT5H

 0x002E1A01, //GFXMMU_LUT6L

 0x000003C0, //GFXMMU_LUT6H

 0x002F1A01, //GFXMMU_LUT7L

 0x00000510, //GFXMMU_LUT7H

 0x002F1901, //GFXMMU_LUT8L

 0x00000680, //GFXMMU_LUT8H