Hello everyone
I need some help from you.
about creating menu's and interactable GUI with oled display[SSD1306] and mostly with arduino uno/nano or esp8266
similar to the one on this video here
I have already done many projcts with SSD1306 but when it comes to menu's I don't have any idea where to start
U8g2 may also comes with an experimental menu system called MUI (monochrome user interface). However MUI is still work in progress, but it is already part of u8g2. More details are here: MUI · Issue #1747 · olikraus/u8g2 · GitHub
My plan is to make a user interface similar to your u8g2 library (MenuIcons)
And interface it with an IR transmitter to make a 5 in 1 IR remote
My issue is I couldn't find and good tutorial of how to create a similar menu by understanding how it works, I've tried YouTube, GitHub there wasn't and good tutorial.
Neu-rah was also a good library but same issue over there (I have a pretty good experience in Arduino's and displays (5 years ) ) but still it is hard to find what is going on in the code
It would be great if I could receive any kind of help