File tree Expand file tree Collapse file tree 2 files changed +3
-47
lines changed
Software/Arduino code/OpenAstroTracker Expand file tree Collapse file tree 2 files changed +3
-47
lines changed Original file line number Diff line number Diff line change 18
18
=======================================================================================================================================
19
19
*/
20
20
21
- String version = " V1.8.14 " ;
21
+ String version = " V1.8.15 " ;
22
22
23
23
// /////////////////////////////////////////////////////////////////////////
24
24
// 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) {}
314
314
315
315
void LcdMenu::printChar (char ch) {}
316
316
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) {}
328
318
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
360
320
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