st7796s driver support on nxp frdm-rw612 #83051
-
Hi
Should also be noted that I am fairly new to zephyr. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sorry, @Snakehater , The shield currently supports the parallel 8080 interface. On the RD-RW612-BGA board, the LCDIC peripheral in the SOC is configured and connected to this shield. For the FRDM-MCXN947 and FRDM-MCXN236 boards, the FlexIO peripheral is used in parallel mode for this shield. Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi @Snakehater , If you want to take on porting that to Zephyr, the SDK example is a good reference. You could modify the existing LCD_PAR_S035 shield, and add the SPI feature to it. Best regards |
Beta Was this translation helpful? Give feedback.
Hi @Snakehater ,
There are non-Zephyr examples using these boards in NXP's MCUXpresso SDK. To access, use the SDK Builder to build a package for the FRDM-RW612 board, and include LVGL in that package. Then the LVGL examples are found at \boards\frdmrw612\lvgl_examples. When configured for the LCD-PAR-S035 board, it uses SPI through the PMOD connector.
If you want to take on porting that to Zephyr, the SDK example is a good reference. You could modify the existing LCD_PAR_S035 shield, and add the SPI feature to it.
Best regards