User Activity

I want to implement touchgfx graphic on STM32F429ZIT6 with Newhaven ( NHD-5.0-800480TF-ASXN-CTP) 5 inch TFT Display .Display Driver IC is ILI6122.Can you please tell me the steps to implement touchgfx on my custom board?
when i write or read it show hal_ok..if(HAL_I2C_Mem_Write(&hi2c2, 0xA0, 0, 1, eeprom_tx_buff, 1,15) == HAL_OK) HAL_GPIO_WritePin(GPIOB, GPIO_PIN_3, GPIO_PIN_RESET);It shows hal_ok .if(HAL_I2C_Mem_Read(&hi2c2, 0xA1, 0, 1, eeprom_tx_buff, 1,15) == HA...