Hello. Top of the line plugin.. will donate when i get next
payment from work. Promise =)
In the 0.6.2a version the characters ä and ö (a and o
with dots if you can't see that with your language) did
work fine on my display (hd44780), but in the new
version 0.6.3a these characters looked horrible =/ is it
possible to make them work again in the next version?
And one more thing.. a conversion for characters in the
id3-tag to one specific custom character. Like foreign
characters that the display don't support. like all ĺ (a
with a ring) would be displayed as '%c8'. It would make
everyone to be able to customize their display to work
with their own language. ;P
Do as you wish, it's just me asking, you could say: 'do
your own plugin'.
I'm pleased so far =)
Have a nice day //Hans
Logged In: YES
user_id=57785
0.6.3 has a user configurable character map in gen_lcd.ini
Check section [HD44780_CHARMAP] and configure it to your
needs. Many LCD don't support Umlaute and other special
characters.
In your case just delete or modify the following lines:
=225
=225
=239
=239
=245
=245
The values can either be the decimal code or another character:
=61
=a
are the same (IF character a is at position 61) !
Mapping characters to custom characters is not supported...