Screenl purpose is to abstract display for application. It currently supports LDTC or Usb Uvc display.
- Use either LDTC, Usb Uvc or SPI as display.
- Can be use either with FreeRTOS, threadx or without any rtos
| Name | Version | Release notes |
|---|---|---|
| uvcl | v3.0.1 | release notes |
- Update uvcl
- Add missing licence headers
- Fix IAR warnings
- align with new uvcl API
- Update release notes format
- For SPI and UVCL mode remove those constraints
- Layers can have a size different that one of the screen
- Layers can have an origin different of (0, 0)
- Add SCRL_YUV422, SCRL_RGB888, SCRL_BGR888 and SCRL_ARGB8888 new formats
- Add SPI mode with X-NUCLEO-GFX01M2 support
- Add FreeRTOS support
- Fix missing CLK_SLEEP_ENABLE for miscellaneous IPs
Initial Version