Update DiceOS display text to a sample sentence for better visual testing

This commit is contained in:
2025-12-19 20:47:58 +01:00
parent 1ef39458ce
commit 209501b4c1

View File

@@ -96,7 +96,7 @@ public class DiceOS extends ApplicationAdapter {
param.flipX = false; param.flipX = false;
gc.draw(border, 0, display.getHeight() - 8, param); gc.draw(border, 0, display.getHeight() - 8, param);
font.draw(display.getBatch(), "This is DiceOS", 6, display.getHeight() - 12); font.draw(display.getBatch(), "The quick brown fox jumps over the lazy dog", 6, display.getHeight() - 12);
// Finish rendering to screen buffer // Finish rendering to screen buffer
display.getBatch().end(); display.getBatch().end();