Seeed-Studio / Grove_LCD_RGB_Backlight

Seeedstudio, Grove - LCD RGB Backlight
MIT License
80 stars 90 forks source link

Extra character at the end of the display in SerialDisplay.ino #19

Closed Kodar-le-dok closed 2 years ago

Kodar-le-dok commented 2 years ago

While testing the SerialDisplay.ino example, after any string I would send to the display through the serial monitor, some extra character is added at the end (see picture attached right below).

IMG_20220504_152319

By the way, if I upload the CustomCharacter.ino example beforehand, this extra character appears to be exactly the same one as the frownie character, if that can help. My guess is that this extra character comes from some memory space at a specific address of the Arduino card. Can you help on how to remove this extra character from the LCD display?

lakshanthad commented 2 years ago

Hello,

What is the microcontroller board you are using?

Kodar-le-dok commented 2 years ago

Hello. The Arduino card is a Genuino 101 one.

lakshanthad commented 2 years ago

Hello,

I will test this and get back to you.

lakshanthad commented 2 years ago

Hello,

I have tested the same "SerialDisplay.ino example" with my Arduino UNO board and it worked well. There was no extra character displayed.

Could you please share a photo of your hardware connection?

Thank you.