Skip to content
Snippets Groups Projects
Commit 94fb6681 authored by rahix's avatar rahix
Browse files

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 !214
parents 69b55ee7 965904ea
No related branches found
No related tags found
1 merge request!214select fonts in Display.print
Pipeline #3558 passed with warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment