acassis commented on issue #1643: URL: https://github.com/apache/incubator-nuttx/issues/1643#issuecomment-681934701
Hi Murat, the functions up_fbinitialize() and up_fbgetvplane() are here: boards/arm/stm32f7/stm32f746g-disco/src/stm32_lcd.c:int up_fbinitialize(int display) But this file depends on CONFIG_STM32F7_LTDC enabled in the menuconfig to be compiled: ifeq ($(CONFIG_STM32F7_LTDC),y) CSRCS += stm32_lcd.c endif So, try to enable it and see what you get. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org