jamct / DoorsignEPD

Doorsign with E-Paper-Display with ESP32. Loading images from webserver.
GNU General Public License v3.0
100 stars 36 forks source link

Add Noto font and some minor changes #13

Closed jdede closed 6 years ago

jdede commented 6 years ago

Nice project. Unfortunately, the Liberation Font lacks of some symbols like a telephone. So I switched to Googles Noto font family which aims at supporting the completely support the Unicode standard. Anyway, the Liberation Font is still there and can be used by uncommenting the corresponding definition in the index.php file.

This PR also contains several minor changes as for example:

It also fixes the problems mentioned in #8

ghost commented 6 years ago

Thx for your work. I'll try to use this font for live weather report...I've tested a METAR decoder so far...maybe then it's not a doorsign anymore but a nice live data example.

jdede commented 6 years ago

@raz0rsdge I also have some nice examples which I would love to merge. But they are all based on this PR. So are there any comments on this particular PR?