Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

how to load a character font set to display äöü ÄÖÜ ß and °(degree) ? #33

Open
dsyleixa opened this issue Mar 31, 2020 · 2 comments

Comments

@dsyleixa
Copy link

how to load a font set to display äöü ÄÖÜ ß and °(degree) ? (German kbd)

@kaneetz
Copy link

kaneetz commented Apr 8, 2020

You need to make custom characters for it!
https://maxpromer.github.io/LCD-Character-Creator/

@dsyleixa
Copy link
Author

dsyleixa commented Apr 9, 2020

I honestly don't understand how to use that for arbitrary words or lines like

float T1=21.4, T2= 5.8;
lcd.setCursor(0,0);
lcd.print( (String)"Außentemp.= " + (String)T1 +  " °C:");
lcd.setCursor(0,1);
lcd.print( (String)"Kühlschrank=" + (String)T2 +  " °C:");

at least that custom char createChar thing looks extremely cumbersome for muliple and longer arbitrary words, so actually a font set would be needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants