Added Animation feature
so i added animation feature to set animation on LCD screen after so many failed trial and attempts it took lot of work😭
Problem -
basically in 16X2 LCD display you can allot a special character to draw a specific things like this triangle for wave animation
Code -
"%":["00000","00000""00000","00100","01110","11111","00000","00000"]
in this if i use % it draw this triangle which allotted to this special character because i cant any alphabets and number because its use to show character eg. A , B , C … in message
so i have to very carefully choose special symbol which is not use very frequently in message it took lots of time
Updated Ui (only for test gonna change it to better soon)
- added multiple screens for every feature 1 screen for 1 feature
Alarm - primary home screen
Animation - set Animation stop it play it
Notification - to connect mesaging apps to notify on lcd screen
Note -
this animation feature only added in web for now i am working on uno code to work in real 16x2 lcd and sync it
Next step -
- work on uno code to add animation feature in real lcd screen also
2 . add push buttons in real lcd to stop and switch between normal and animation mode
3. work on web ui to make it better