Put version on screen

This commit is contained in:
genuineparts 2025-03-04 19:14:02 +01:00
parent 4adfd86fb5
commit c19dc1970d

View file

@ -113,6 +113,15 @@ public class Main {
text2.put("color",conf.getString("textcolorupdate"));
text2.put("font",2);
text2.put("background",conf.getString("bgcolormain"));
JSONObject text3 = new JSONObject();
text3.put("type","text");
text3.put("x",120);
text3.put("y",200);
text3.put("text", version);
text3.put("color",conf.getString("textcolorupdate"));
text3.put("font",2);
text3.put("background",conf.getString("bgcolormain"));
layout.put(text3);
layout.put(text2);
layout.put(text1);