2024-10-22 04:41 AM
Hello,
I have a project which demands the device to work in ultra low power mode. I have opted STM32L4R9AI mcu for this project. The problem is i have a spi based lcd display and i need to display the content constantly without flicker even in low power mode. How can i achieve this. Can anyone please help me.
Thanks
Solved! Go to Solution.
2024-10-23 05:54 AM - edited 2024-10-23 05:57 AM
Hello @vilas_shetty ,
Make sure to configure correctly the SPI Peripheral to communicate with the LCD display, using DMA for SPI data transfer to reduce power consumption.
Also, adjust the refresh rate of the LCD display to save power consumption and ensure display quality.
These resources can help you on your project with specific examples for LCD screens to use SPI with DMA :
2024-10-23 05:54 AM - edited 2024-10-23 05:57 AM
Hello @vilas_shetty ,
Make sure to configure correctly the SPI Peripheral to communicate with the LCD display, using DMA for SPI data transfer to reduce power consumption.
Also, adjust the refresh rate of the LCD display to save power consumption and ensure display quality.
These resources can help you on your project with specific examples for LCD screens to use SPI with DMA :