Hi~ I tried setting the CONFIG_LCD_PORTRAIT and CONFIG_LCD_RPORTRAIT options, but the SSD1306 does not seem to support these two options. CONFIG_LCD_RLANDSCAPE is used, but it just flips the original image horizontally, and the characters do not return to the normal display direction. Please forgive me as a newbie, what is IIRC? I didn't find the corresponding option in the configuration menu. Can you say more details? BR NiiJyeni
> 2019年12月24日 下午4:48,Sebastien Lorquet <sebast...@lorquet.fr> 写道: > > hello > > IIRC the config menus allow you to flip the display direction. Did you have a > look over there? > > Sebastien > > Le 24/12/2019 à 08:39, Nii Jyeni a écrit : >> Hi~ >> I am trying the graphics module of nuttx. I just used the nxtext sample >> program and found that the text displayed on oled is reversed. It seems that >> each character is flipped vertically. Does anyone know what is going on >> here? how should I solve this? Thank you! >> >> BOARD:STM32F407VE(compatible stm32f4discovery) >> HOST:macOS