Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latin characters #3

Open
elviscosentino opened this issue Jul 11, 2024 · 0 comments
Open

Latin characters #3

elviscosentino opened this issue Jul 11, 2024 · 0 comments

Comments

@elviscosentino
Copy link

I'm using a ESP32 with LCD 20x4
I loaded DemoSpanish and it didn't show the characters correctly.
I try to add characters used in Brazil (Latin) and didn't show correctly too.
The code:
#include <LCDI2C_Multilingual.h>
LCDI2C_Latin lcd(0x27, 20, 4);

void setup() {
lcd.init(); lcd.backlight();
lcd.println("¿Cuál es la temp?");
lcd.println(" España a 25°C");
lcd.println("áàâãéêíóôõúñüç");
lcd.println("ÁÀÂÃÉÊÍÓÔÕÚÑÜÇ");
}
lcd

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

No branches or pull requests

1 participant