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...
hello @Falconfighter23 , You can use our ST7789 driver component, which includes both .c and .h files and replace every external function call with your own custom functions. This will ensure that the driver works seamlessly with your existing codeb...
Hello @pass3master , I recommend checking out this article Getting started with SPI - stm32mcu , It explains SPI and provides examples for using it with STM32 microcontrollers. This should be very helpful for your project.Best regards,
Hello @ezioall You can get started with this article that explains how to use I2C in STM32 examples: Getting started with I2C. It should help you integrate your code with the example.Thank you