-
- Downloads
Merge 'Select fonts in display.print()'
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
No related branches found
No related tags found
Showing
- epicardium/epicardium.h 35 additions, 0 deletionsepicardium/epicardium.h
- epicardium/modules/display.c 29 additions, 1 deletionepicardium/modules/display.c
- lib/gfx/gfx.c 3 additions, 3 deletionslib/gfx/gfx.c
- lib/gfx/gfx.h 2 additions, 2 deletionslib/gfx/gfx.h
- pycardium/modules/py/display.py 27 additions, 2 deletionspycardium/modules/py/display.py
- pycardium/modules/qstrdefs.h 1 addition, 0 deletionspycardium/modules/qstrdefs.h
- pycardium/modules/sys_display.c 25 additions, 0 deletionspycardium/modules/sys_display.c
Loading
Please register or sign in to comment