mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 00:59:28 +00:00
move default splash into sdcard (#2595)
* move bmps to sdcard * remove unrelated files * gitignore * credit * format
This commit is contained in:
committed by
GitHub
parent
8a7aa9c0f8
commit
37cc35d3c6
@@ -46,10 +46,17 @@ class DebugFontsView : public View {
|
||||
private:
|
||||
uint16_t display_font(Painter& painter, uint16_t y_offset, const Style* font_style, std::string_view font_name, bool is_big_font);
|
||||
void update_address_text();
|
||||
void paint_zoomed_text(Painter& painter);
|
||||
|
||||
NumberField field_cursor{
|
||||
{0 * 8, 0 * 8},
|
||||
4,
|
||||
{0, 1000},
|
||||
1,
|
||||
' '};
|
||||
NumberField field_zoom_level{
|
||||
{6 * 8, 0 * 8},
|
||||
4,
|
||||
{0, 1000},
|
||||
1,
|
||||
' '};
|
||||
|
||||
Reference in New Issue
Block a user