I need to interface stemwin to a display which has spi only. I need to find LCD_X_SERIAL.c, port routines for serial interface. Can anyone help me locate this file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-06 5:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-06 5:15 PM
Review SPI implementations provided in the BSP. See STM32Cube_FW_F4_V1.21.0\Drivers\BSP\STM32F4xx_Nucleo_144\stm32f4xx_nucleo_144.c
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-07 8:04 AM
Clive Two.Zero thanks for the quick reply. I have already interfaced the spi HW to the LCD as described in the BSP. In order to use STemWin a device driver must be identified and connected to the STemWIn library. The device driver for the LCD controller I am using ILI9341 appears to only support 8 and 16 bit parallel HW. The alternative is to use a basic serial driver but I cannot locate the LCD_X_SERIAL.c file required. It may come with a full emWin distribution but I cannot find it in any of the ST files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-07 3:03 PM
The real solution can be found here -
