Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
82a0ac7803
Updated the to do and done list + added some new ideas and also the pin
621d9ff466
Added the altimeter application header, source and assets files
07dba20b3a
Enabled the chart widget in the LVGL config file as it is used in the altimeter app
29ceeb91aa
Added the needed translation for the altimeter app, corrected some misspelled words and found out the the 'ö' and 'Ö' characters are missing from the font, NEEDS to be added
27ac389bfc
Corrected the user feedback behaviour to not trigger when swiping back to the settings app from the menu screen
b11810decf
Reworked the BMA456's initialization routine
be90d23eeb
Also resetting the bma456 internal setp counts when resetting the watch to its factory settings, this is nedeed because if the watch crashes or resets on its own, the bma456 is not reset anymore allowing to save the current step counter count and saving time by not reloading the config file.
b554e55e6e
Added BMA456 helper functions with their own files
967913d8df
Updated code::blocks lvgl simulator (font updated among other things)
da65442ad5
Started to implement some functions of the watch power management system (dynamically change CPU clock), more to be done.
b5efc4f3a2
Cleaned up some code, calling vibrate functions where needed.
518c78f879
Added two new helper function to vibrate the watch on item click and vibrate the watch on received message notifications.
54c35bcde8
Regenerated used fonts (14, 16, 24, 28 and 30) to add accented characters used in the french and german languages. Added parentheses around macro value in app_config.h, Updated the firmware_version.h file.