first commit
This commit is contained in:
5
src/devices/LCDDotMatrix/LCDStringEvent.java
Normal file
5
src/devices/LCDDotMatrix/LCDStringEvent.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package devices.LCDDotMatrix;
|
||||
|
||||
public interface LCDStringEvent {
|
||||
void UpdateLCD(int row, String msg, int menutag);
|
||||
}
|
||||
Reference in New Issue
Block a user