Naciśnij i przytrzymaj przez 3 sekundy, aby usunąć bieżący przebieg i prędkość. (Aby przywrócić pierwotną wartość, wymagane jest ponowne flashowanie programu).
Operacje: 1. Link do tego projektu: https://github.com/janpom/davega/tree/v0.3
2.To compile this code, a library function "ILI9225.h" will need to be added: Click "Project","Loading Library", "Managing Library", search for "ILI9225", and install it to compile.
3. Szybkość transmisji UART FSESC powinna wynosić 115200
4.The default data displayed on the screen (speed, mileage, and parameters required for the average battery voltage of each cell ) are pre-coded in the program, so it should be calculated according to the actual situation of the skateboard. After modifying data in the source code, flashing the modified program in it.
5. Specyficzne operacje
Parameters required for speed: erpm, motor pole pairs, motor pulley teeth, wheel pulley teeth;Parameters required for mileage: tachometer, motor pole pairs, motor pulley teeth, wheel diameter;Modifying the parameters in the "davega_config.h" file according to your skateboard, otherwise the displayed speed and itinerary will not be accurate.

Domyślnie jest to bateria 12S. Ten parametr wpłynie na wyświetlanie średniego napięcia. Można go zmienić w pliku „davega_config.h”, jeśli nie używasz baterii 12s.
Po szybkim naciśnięciu przycisku 3 pojemność baterii (mAh) w wyświetlanych danych jest obliczana na podstawie liczby użytych VESC. Na przykład, jeśli używane są dwa VESC, zmiana liczby VESC w pliku „davega_config.h” na 2; jeśli używany jest VESC, należy zmienić LICZNIK VESC na 1.