e-Paper icon indicating copy to clipboard operation
e-Paper copied to clipboard

French Character not been display on 7.5 inch

Open mbadinga1 opened this issue 1 year ago • 1 comments

I am using your product but proving issue to display some french character such é,à, â, etc. you provide only two functions for that : Paint_DrawString_EN, Paint_DrawString_CN. Is there an equivalent for french ? You can see on the picture how it shows when the special character is in the buffer. epaper2

Thank you

mbadinga1 avatar Oct 10 '24 14:10 mbadinga1

no possible from my point of knowledge. The function uses pure ASCII: https://www.ascii-code.com

"Someone" is needed to implement UTF-8, that would solve the issue.

As a work around: you can create a bitmap (.bmp) and display this on the epaper.

zackdvd avatar Mar 30 '25 11:03 zackdvd