Commit graph

16 commits

Author SHA1 Message Date
bee9aa86f2 Move midi filter enabled back to original position 2020-02-27 00:36:16 +01:00
9ddd099604 Fix bug when items are not visible on boot 2020-02-26 20:12:53 +01:00
602faa5c8f Fix scrolling for invisible items 2020-02-26 19:29:42 +01:00
600b139b8e Implement invisible menu items but also destroy scrolling 2020-02-26 01:22:26 +01:00
337b9e1e75 Create PartData struct for part to store it in flash 2020-02-25 00:25:00 +01:00
abf9769e18 Implement setting storage, location of data values has to change though... 2020-02-24 01:53:33 +01:00
5182a9b495 Move menu item values to pointers pointing to the variable to be changed 2020-02-23 14:25:36 +01:00
cc015fbdc8 Switch to C++ interface of U8G2. 2020-02-23 11:15:27 +01:00
cb2dec87b9 Add enum values to part, implement midi thru menu item 2020-02-23 02:44:34 +01:00
6ecc160c8b Implement Midi Channel select as stringlist, add midi input filter 2020-02-23 02:40:43 +01:00
433ff597ab Implement StringListMenuItem 2020-02-23 01:34:26 +01:00
0fd1657c60 Remove unused visible parameter from menu items, select part 0 as default on boot 2020-02-23 01:15:49 +01:00
cda0831b9d Remove unnecessary menu consdtructor parameters 2020-02-23 01:03:05 +01:00
ca4d0cc5e2 Implement BoolMenuItem, beautify header 2020-02-23 00:58:21 +01:00
9383e3c4cf Implement MidiNote MenuItem 2020-02-23 00:15:01 +01:00
2e43ebf110 Implement submenus for parts (or at least the ability to have those). 2020-02-22 23:42:31 +01:00