/
nkarbofos
/
PressAutomation
Обзор
Документация
Войти
/
nkarbofos
/
PressAutomation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
code/PressAutomationCode/include/display.h
15 строк
334 B
Nikita
fix: minor fixes, added params to display
25 июн 2026, 13:58
25 июн 2026, 13:58
ab77611
Код
Авторство
О чём код?
#pragma once #include <LiquidCrystal_I2C.h> #include <cmath> extern LiquidCrystal_I2C lcd; void initDisplay(); void updatePressSpeedDisplay(); void updateMotorSpeedDisplay(); void updateDisplayIfNeeded(); void updateStatus(const char* status); void drawStaticElements(); void drawStartingScreen(); float CalcUS(float speedPerSec);