Which LCD controller is on the ST32412G-DISCOVERY ? Is it the ST7789H2? or the LS016B8UY?
Hello,
In the STM32CubeF4 project (https://github.com/STMicroelectronics/STM32CubeF4), the comment on line 42 of /Drivers/BSP/STM32412G-Discovery/stm32412g_discovery_lcd.c says that "This driver supports the LS016B8UY LCD". Then, on lines 153 to 192, the program checks for ST7789H2 and for LS016B8UY, but there is no comment concerning the ST7789H2.
Then the User Manual of the Discovery kit with STM32F412ZG MCU says (page 26) that "The display is a 1.54-inch, 240x240 pixels TFT color LCD" but the LS016B8UY seems to be a 180x180 display. So as the ST7789H2 seems to be a 240x240 display, I would rather think that the ST32412G-DISCOVERY uses the ST7789H2... but this does not match the comment.
Can you please shed some light on this?
Thank you very much in advance.
Best regards,
-- Jacques