всё работает

+экранчик
This commit is contained in:
2025-12-30 09:35:49 +03:00
parent 260a6416ad
commit 5d013ad4c4
75 changed files with 10048 additions and 2865 deletions

9
Core/UKSI/uksi_oled.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef _UKSI_OLED_H
#define _UKSI_OLED_H
#include "gfx_lib.h"
#include "oled.h"
void UKSI_Print(float Iso, uint8_t DCState, float Voltage, float Current);
#endif //_UKSI_OLED_H