Hello, I created an quotes display with esp32 and 4.3 inch e paper display. I added my code this link (https://paste.ofcode.org/y8KTk6TBsyviDMwVfALUuS) I want to use custom font instead of ASCII32. How to make it?
4.3inch e-Paper, serial interface electronic paper display (waveshare.com)
This is a serial interface E-Ink display module, 4.3inch, 800×600 resolution, with embedded font libraries, ultra low power consumption.
4.3inch e-Paper UART Module - Waveshare Wiki
`
- Font libraries and image importation
- Prepare a micro SD card (here we take an 8G micro SD card as an example), and format the micro SD card into a FAT32 system with 4096 bytes allocation unit size. Copy the font libraries and image files provided by Waveshare into the micro SD card. When finished, insert the micro SD card into the E-Paper.
- Click the button Load font. Then, the state indicator on the e-Paper will flicker 3 times, indicating the importation starts. When finished, the state indicator will flicker 3 times again and the e-Paper module will return the message "OK", indicating that the importation of font library is completed successfully.
`
Good Luck!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.