midi controller with oled Buttons ?

Gadget999

Well-known member
is there a style of oled button that can be pushed that can be programmed with a colour and text to describe its function ?

want to make a midi controller that can read the contents of a text file / similar so each song has a different layout
 
There exist pushbuttons with included display: https://www.mouser.de/new/nkk-switches/nkk_oled/
They have a limited resolution and cost some money.

If you should prefer less pricey solutions you could:
  • use a touchscreen (e.g. 2,4" ILI9341 or larger ones)
  • use pushbuttons of your choice and add one oled display for each button, e.g. 0.91" 128x32
  • use one larger display and place buttons around it
 
Back
Top