Display Starburst
Posted: Wed May 08, 2024 10:16 am
Hello, I was looking at the starburst display and attempted the demo program. It compiled to C successfully, but compiling to hex causes this issue.
StarburstTest.c: FCD_0f441_LED_Starburst1__ShowCharacter()
410: case '\':
^ (226) char const too long
411: {
^ (320) ":" expected
(908) exit status = 1
(908) exit status = 1
Thanks for any assistance.
StarburstTest.c: FCD_0f441_LED_Starburst1__ShowCharacter()
410: case '\':
^ (226) char const too long
411: {
^ (320) ":" expected
(908) exit status = 1
(908) exit status = 1
Thanks for any assistance.