Initial commit: PI_mikrokontroler changes

This commit is contained in:
2026-05-09 17:52:28 +02:00
committed by Robert Duszkiewicz
parent d668467c81
commit 3dd3565a6e
550 changed files with 153891 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef VERSION_H
#define VERSION_H
#define VERSION "1.4.1"
// 1: graphical 128x64, 2: LCD I2C Text 4x20
#define LCD_TYPE 2
#endif