comparison Discovery/Inc/tMenuEditCustom.h @ 521:e221cf762f45

Move Bigfont and motion Ctrl selection menu out of custom view submenu: Due to lag of space the two options were placed within the custom view sub menu. After introduction of new visualization tab the option may be accessed directly
author Ideenmodellierer
date Thu, 10 Sep 2020 20:47:48 +0200
parents 998529b3e142
children 531e7818b737
comparison
equal deleted inserted replaced
520:970d8040c0e3 521:e221cf762f45
33 #include "gfx_engine.h" 33 #include "gfx_engine.h"
34 #include "settings.h" 34 #include "settings.h"
35 #include "data_central.h" 35 #include "data_central.h"
36 36
37 void openEdit_Custom(uint8_t line); 37 void openEdit_Custom(uint8_t line);
38 void openEdit_CustomviewDivemode2(const uint8_t* pcv_changelist); 38 void openEdit_CustomviewDivemode(const uint8_t* pcv_changelist);
39 void CustomviewDivemode2_refresh(); 39 void openEdit_CustomviewDivemodeMenu(uint8_t line);
40 void CustomviewDivemode_refresh();
40 41
41 #endif /* TMENU_EDIT_CUSTOM_H */ 42 #endif /* TMENU_EDIT_CUSTOM_H */