smaffer / vgax

VGA library for Arduino UNO
430 stars 81 forks source link

How to change text afterwards? #14

Open CodingBobby opened 5 years ago

CodingBobby commented 5 years ago

When I leave the const when creating a string, so that I can change it later, it gives me the error variable 'str1' must be const in order to be put into read-only section by means of '__attribute__((progmem))'

I'm referring to the BitFont example.

ntoulasd commented 5 years ago

See this example https://www.instructables.com/id/Arduino-Basic-PC-With-VGA-Output/ And code at VGAx-PC.ino