eshifri
eshifri
Deleted by mistake.
If I read the code correctly, this can be done for color LCD TXs. For B/W the switching across telemetry screen is sequential: you can go to next/previous, but not...
Can we use pushEvent() for HW key, when touch is detected?
Isn't it better to use getSwitchIndex() for all LS's you need? Calculating the index from L01 you are relying on certain ETX internal storage structure that is not guaranteed to...
@pfeerick it is your call.
The fields that do not allow use of GVs are uint8_t or smaller. GVs are saved at the end of the available data range (internally). It means there are 2...
We can use 11 LSB for the value itself, MSB for a sign (+/-) and 4 bits for GV number. This will allow to increase the number of GVs to...