2024-11-20 04:10 AM
Hi friends,
I have need one help regarding my interface i have interface STM32F103C8T6 with 4.2inch e-Paper Module (B).when I am trying to upload the code to display through stm32 ,display show Full red color on display. I have used library download on Waveshare tutorial website like E-Paper code. I configured all configuration correctly but i did not know what is the problem so give the solution for my error. Also i have attached my code file in the below attachment.Thank you advance for responses.
2024-11-20 04:14 AM - edited 2024-11-20 04:15 AM
@Vignesh_V wrote:i have interface STM32F103C8T6 ...
What board is it on?
Show your schematic.
https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228
@Vignesh_V wrote:4.2inch e-Paper Module (B).
Please give a link to that.
As it's a Waveshare product, have you contacted Waveshare for support?
@Vignesh_V wrote:I have used library download on Waveshare tutorial website like E-Paper code.
Again, please give a link.
And, as it's Waveshare's library, have you contacted Waveshare for support?
2024-11-20 06:07 AM
Hello @Vignesh_V ,
You can use the BSP examples and demos for EPD ( E-Paper display) available for the STM32L0, specifically on the STM32L0538-DISCOVERY board. These BSP examples can be found on GitHub and demonstrate how to use various EPD features, such as displaying strings with different fonts, utilizing different line mode structures, and drawing images.
You can use these examples as a reference and adapt them to match with your STM32F103C8T6 project.
BR