Skip to content

Commit

Permalink
Example of Bocki Message Board European characters
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensundh committed Apr 15, 2012
1 parent a2b4d0f commit c6d4aad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/EuropeanCharachters/EuropeanCharachters.ino
Expand Up @@ -4,8 +4,7 @@
Demonstrates how to pass European charachters to the LED display.
The circuit:
* LEDs from pins 2 through 7 to ground
See character map in CharacterCodes.txt
created 2012
by Ellen Sundh
Expand Down Expand Up @@ -34,7 +33,7 @@ void setup()
void loop()
{
// Testing with Swedish characters ÅÄÖåäö
String euroChars = "Testing with Swedish characters <U45><U44><U76><U65><U64><U76>";
String euroChars = "Testing with Swedish characters <U45><U44><U76><U65><U64><U61>";
messageBoard.displayMessage(PAGE_A,euroChars); // Page id PAGE_A - PAGE_Z and message of your choice
delay(10000);

Expand Down

0 comments on commit c6d4aad

Please sign in to comment.