Tinkering At Night

A Practical Guide to Building Embedded Menus with U8g2 MUI

Finding good examples for U8g2's built-in MUI library can be tough. To bridge that gap, I’ve put together a practical guide on setting up UI menus. We'll explore the core concepts and look at two concrete examples: an SDL2 simulation on PC and a physical 128x64 GLCD implementation on the Arduino Uno R4

U8g2 & SDL2: display simulation on PC

This demonstration shows how to use the U8g2 library with the SDL2 library to simulate an LCD screen for displaying graphics.