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
Please register or sign in to comment