File tree Expand file tree Collapse file tree
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 =======================================================================================================================================
1919*/
2020
21- String version = " V1.8.14 " ;
21+ String version = " V1.8.15 " ;
2222
2323// /////////////////////////////////////////////////////////////////////////
2424// Also use Configuration_adv for further adjustments!
Original file line number Diff line number Diff line change @@ -314,51 +314,7 @@ void LcdMenu::printMenu(String line) {}
314314
315315void LcdMenu::printChar (char ch) {}
316316
317- #endif
318-
319- /*
320- class SubMenu {
321-
322- display() { }
323- onUp() { }
324- onDown() { }
325-
326- }
327- }
317+ void LcdMenu::printAt (int col, int row, char ch) {}
328318
329- class Menu {
330- List<SubMenu> subMenu
331- int activeSubIndex=0
332- UseContinuousKeys(UP|DOWN|LEFT|RIGHT)
333-
334- virtual OnUp() { previousSubmenu }
335- virtual OnDown() { nextSubmenu }
336- virtual OnRight() { nextmenu }
337- virtual OnLeft() { nextItemInSubmenu }
338- virtual OnSelect() { confirm }
339-
340- displayMenu() { }
341-
342- run(){
343- if (any continuous keys)
344- {
345- if
346- }
347- }
348- }
349-
350- class MenuSystem {
351- List<Menu> menus;
352-
353- run() {
354- if (!activeMenu->run())
355- {
356- activeMenu++
357- }
358- }
359- }
319+ #endif
360320
361- Menu RA ;
362- RA.fnDisplay = [] { _lcdMenu.goto(0,1); _lcdMenu.printMenu(_mount.targetRA()); }
363- RA.fnUp() = [] { }
364- */
You can’t perform that action at this time.
0 commit comments