emmebrusa / TSDZ2-Smart-EBike-1

TSDZ2 Open Source Firmware adapted to VLCD5-VLCD6-XH18 displays
GNU General Public License v3.0
137 stars 34 forks source link

--nolospre can be removed #107

Closed dzid26 closed 1 month ago

dzid26 commented 1 month ago

image

dzid26 commented 1 month ago

I checked that cpu load is the same with both options (70%). On the other hand, the assembly / rom size (24109 vs 23374 bytes) is bigger with lospre. So there is no point enabling lospre.

Tested on a development board.

dzid26 commented 1 month ago

On the other hand, adding --no-peep reduces CPU usage to 62%, but the size increases to 27888 which is apparently still ok .
Or actually it's the other way round. --no-peep makes cpu load 70% instead of 60%