mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +03:00
Custom Switches renamed to Logical Switches in comments
This commit is contained in:
parent
711112846c
commit
e1df9df40f
4 changed files with 6 additions and 6 deletions
|
@ -724,7 +724,7 @@ void menuMainView(uint8_t event)
|
|||
doMainScreenGraphics();
|
||||
}
|
||||
else {
|
||||
// Custom Switches
|
||||
// Logical Switches
|
||||
uint8_t sw = 0;
|
||||
for (uint8_t line=0; line<4; line++) {
|
||||
for (uint8_t col=0; col<8; col++) {
|
||||
|
@ -823,7 +823,7 @@ void menuMainView(uint8_t event)
|
|||
}
|
||||
#endif // PCBGRUVIN9X && ROTARY_ENCODERS
|
||||
|
||||
// Custom Switches
|
||||
// Logical Switches
|
||||
#if defined(PCBSKY9X)
|
||||
for (uint8_t i=0; i<NUM_LOGICAL_SWITCH; i++) {
|
||||
int8_t len = getSwitch(SWSRC_SW1+i) ? BAR_HEIGHT : 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue