first commit

This commit is contained in:
2024-12-04 08:59:37 +07:00
commit 71bdc4afae
178 changed files with 35820 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package devices.LCDDotMatrix;
public interface LCDStringEvent {
void UpdateLCD(int row, String msg, int menutag);
}