User Activity

There's a dev board with a lcd, but the U5 doesn't seem to have support for the same LTDC that that chips like stm32L4 or stm32F7 does.https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mc...
Is there any public examples of a stm32wb Bluetooth client application. Where the stm32wb client does a few read's and write to a server bluetooth applicaion. What i was thinking of was a BLE_HeartRate_Client program to the BLE_HeartRate program ...
I only have enough storage to have 1 framebuffer at L4 size for the stm32f7X9. The problem is seems is that the LTDC only supports L8 as the lowest pixel density.The C define is LTDC_PIXEL_FORMAT_L8 http://www.tjaekel.com/lyrebird_APP/DualMCU_doxyge...
I only need to display around 8 colors in rgb space and if i use L4 color space i can reduce my framebuffer to the point where i can put the entire framebuffer in internal sram. The only problem is i don't understand how to format the clut in L4.
I'm using the stm32f769i-disco1. Which has 2 mB of flash memory.https://www.st.com/en/evaluation-tools/32f769idiscovery.htmlI'm creating a very simply application that's drawing circles and squares and some text, so it's not using most of the flash. ...