How to write ÆØÅ ?

Hi

I have this

lcd.print("Forsøg Tilbage ");

but how do i make the right "ø" ?
Ithink the hex is \x9B but how to write it ?

//René

Ithink the hex is \x9B but how to write it ?

You tried

lcd.print("Fors\x9Bg Tilbage ");

?

hi

yea it is make a "space"
or it's because it cant draw the "ø" ? or wronge hex?

Wrong hex code I'd guess. Your lcd has a datasheet listing the inbuilt font? You sure it
has accented characters and not just 7-bit ASCII?

hi

found this
Custom Character Generator for HD44780 LCD Modules it can do it :slight_smile: