Change font size on MIDIMON screen

Hi,

Is there a switch set which can change the font size using midimon ?
I thought there was something like pressing two switches…

(Is there a complete manual to find using midimon ?)

Thanks

Hey, try editing midimon_renderer.cpp, change these two lines:

#define FONT MIDIBOY_FONT_MICRO::DATA_P
#define FONT_WIDTH MIDIBOY_FONT_MICRO::WIDTH

into:

#define FONT MIDIBOY_FONT_5X7::DATA_P
#define FONT_WIDTH MIDIBOY_FONT_5X7::WIDTH

The midimon sketch is designed for the tiny font though - using a larger font won’t be able to fit all event info into the half-screen and may not work properly.

There’s no documentation for midimon sketch, other than its source code, but it should be straightforward to figure things out by clicking through, there’s not that much going on. If you have any questions in particular, just ask. :slight_smile:

Thanks, but I thought there was already a possibility by pressing two switches at the same time.
Ultimately, the display keeps showing in and out together, which could well be split up.
However, I have too much to do to delve into making sketches.
Furthermore, this seems to me to be a solution that cannot be changed with switches.
So yes…

thanks for the awesome information.

1 Like

thanks my issue has been fixed.