philmoz
philmoz
> I have not tried for now to recompile the firmware without your PR, so I do not rule out that it may also be in one of the latest...
I think this could be done, where the weight/offset/expo etc could be either a value or a 'source' (which includes gvar's so it becomes a superset of current functionality). For...
I started to look at this; but found one complication. Currently weight/expo/offset etc supports negative (inverted) GV's as source. However a normal 'Source' does not currently support inverted/negative values -...
> That would be a nice addition actually Unfortunately it's going to require a lot of work - the code assumes source values are unsigned so much of the code...
My TX16S has no problems with 234 files in the sound folder. Have you checked the SD card for errors? I would suggest trying a different SD card, or copy...
This appears to be a limitation in the LVGL lv_table object used by both the file browser and the popup menus (when you select a sound for a special function)....
Why clip the high and low channel values? Wouldn't it be better to change the range to 0-2048 which exactly matches the channel values? The code can also be simplified:...
If you're cleaning up the code, the final '& 0x07' in these lines is redundant as the value range has already been limited: ```C HID_Buffer[i*2 +4] = static_cast((value >> 8)...
Updated USB SD connected display: 
As of last commit this is now 18K smaller than current main on TX16S.