new BETA (
j)
https://monitor.net.ru/forum/threads/651114/post-6101657bug fixes
new quick settings menu (SHIFT + DOWN)
Rewritten code for the graph drawing, by default used automatic scale...
click on encoder selects what parameter to scale in manual mode, same time buttons UP/DOWN change Y offset...
SHIFT + click on ENCODER resets Y offsets and switches to automatic scaling...
Maybe need to adjust (extends) the tables with coefficients for scaling?
static const uint32_t g_VScaleTable[16] = { // mV
50, 100, 250, 500, 1250, 2500, 3750, 5000, 7500, 10000, 12500, 25000, 37500, 50000, 62500, 75000
};
static const uint32_t g_IScaleTable[16] = { // mA
50, 100, 250, 500, 750, 1000, 1250, 1500, 2000, 2500, 3000, 5000, 7500, 10000, 15000, 20000
};
static const uint32_t g_WScaleTable[16] = { // mW
50, 100, 250, 500, 1000, 1250, 2500, 5000, 10000, 12500, 25000, 50000, 125000, 250000, 500000, 1250000
};