- 28 Aug, 2019 29 commits
-
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
See merge request card10/firmware!145
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
Rahix authored
See merge request card10/firmware!215
-
swym authored
Adds simple config parser along with config_ API that: - supports default values for options - allows typed querying of config values - types supported: boolean, integer, floating point and string unknown options are ignored and LOG_WARNed on the console
-
Rahix authored
See merge request card10/firmware!244
-
Hauke Mehrtens authored
Instead of copying the values to an extra Value buffer, just fill it directly. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
It is now only possible to use this with encryption and authentication. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
Convert to static service registration Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
Require encryption for the file transfer service. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
This does some manual changes to make the format also format this part. No functionally way changed. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
swym authored
See merge request card10/firmware!234
-
Rahix authored
See merge request card10/firmware!271
-
Rahix authored
See merge request card10/firmware!249
-
derf authored
full == filled symbol, near empty == empty battery symbol, etc.
-
swym authored
closes #82
-
xiretza authored
With only a little bit of effort, the drawing code can be made a lot more pythonic. `== True` and `== False` are never acceptable, and for loops simply don't execute if the iterator is empty - no need to check.
-
Jannis Rieger authored
-
- 27 Aug, 2019 11 commits
-
-
Rahix authored
-
katzenparadoxon authored
-
Rahix authored
See merge request card10/firmware!267
-
katzenparadoxon authored
-
Rahix authored
See merge request card10/firmware!258
-
Rahix authored
Implements a new method `epic_disp_print_adv()` and improves `display.print()` with new font parameter. `epic_disp_print_adv()` behaves like `epic_disp_print()` but also takes a new font parameter which is a number to select the font. The font name is verbalized using a new enum `disp_font_name`. The enum names correlate to the fonts under gfx/fonts. On the MicroPython side, in the display module, constants are defined in order to provide names instead of numbers. See merge request card10/firmware!214
-