Morse - started, but can't add another app. #1416
Unanswered
programmin1
asked this question in
Q&A
Replies: 3 comments
-
Have you tried changing the size of that array to accomodate for an another element? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Where is that, sorry I am not a C developer just testing something out... |
Beta Was this translation helpful? Give feedback.
0 replies
-
See the comment I left on your pull request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verification
Pitch us your idea!
Morse added as app
Description
I thought it would be great to have some morse app, to tap morse in to decode it and to list out all the morse dot dashes for letters at the very least. However when I get everything but the app main screen icon it compiles, when I add the main screen icon
It gives an error like the array reached some sort of limit now...
/InfiniTime/src/displayapp/screens/ApplicationList.cpp:1:
/home/luke/Projects/InfiniTime/src/displayapp/screens/ApplicationList.h:56:10: error: too many initializers for ‘std::__array_traits<Pinetime::Applications::Screens::Tile::Applications, 12>::_Type’ {aka ‘Pinetime::Applications::Screens::Tile::Applications [12]’}
56 | }};
| ^
#1392
Beta Was this translation helpful? Give feedback.
All reactions