Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 7 months ago.
Epaper freezes !?
Hi, i am using a 2.7 inch E-paper display from Embedded Artists with a nucleo board (nucleo-l073rz). I can update the screen 5-6 times but after it freezes. I use the latest version of EM027BS013 library. I declare a variable static unsigned char image[5808] and i change this variable to display a image (which is a qrcode). And i use the function drawImage((uint8_t*)&image) to display.
Do you have any idea why it stop working after a while ?