Skip to content
Snippets Groups Projects
Forked from card10 / firmware
838 commits behind the upstream repository.
Rahix's avatar
rahix authored
This patch makes the BHI160 app more pythonic and fixes a few
bugs/issues:

- An exception (including KeyboardInterrupt) will trigger the sensor to
  be closed again.  Otherwise you'd get strange behavior trying to
  reopen then afterwards.
- Use simple_menu.button_events() instead of home-cooked solution.  This
  should hopefully make the code more future-proof.
- Fix overlapping text caused by the font-rendering changes.

Signed-off-by: default avatarRahix <rahix@rahix.de>
003aa2a0
History
Name Last commit Last update
..
apps
main.py
menu.py