![Pervasive Displays B3000MS034 User Manual Download Page 19](http://html1.mh-extra.com/html/pervasive-displays/b3000ms034/b3000ms034_user-manual_1531763019.webp)
EPD EXT2 with Cypress PSoC 4 BLE module
19
[User’s Guide] Rev.01
3.2
Change the different size EPD and image
In main c, you have to set both of dr_eTC_BWb and sz_eTC_epd-size to use the proper driving
waveform
For example, if you attached 2.71” eTC EPD, the code is as follows,
#define USE_EPD_Type dr_eTC_BWb
#define USE_EPD_Size sz_eTC_271
If you attached 2.15” iTC epd, the code should be modified as follows,
#define USE_EPD_Type dr_iTC_BWb
#define USE_EPD_Size sz_iTC_215
images
folder:
You can convert any image file to a binary data and put it in this folder.