2022-03-01 05:24 AM
2022-03-01 06:10 AM
There's some stuff out there on "stm32 epd". Here's one:
https://github.com/soonuse/epd-library-stm32
2022-03-01 06:44 AM
Thanks. It does not have the size that I need 3.7
Anyway, I'm going to start with this.
2022-03-01 08:00 AM
Going to need be more specific about the make, model, part of the screen and the controller ICs involved.
If you can get those, you can perhaps unpack what the Arduino libraries are doing, and what portions are need to initialize the display, and transfer frames.
2022-03-01 09:31 AM
Yes, thank you. I bought a NUCLEOF411 (maybe too big for this) and the EXT3 module with EPAPER 3,7" for PermasiveDisplay.
I need to Test, set Up and include some code.
I develop with Microchip uC since 18 years (started with assembler). This is my first time with STM
2022-03-01 10:38 AM
This?
https://www.tme.eu/Document/d3f49245a0afc5ca823e68cceafbb59f/WSH-18057.pdf
If using I2C, dig up some STM32 I2C examples