15161718192021
public StatusScroll() { showStatus = true; setFont(LCDScreen.getSmallFont()); setWidth(42); setHeight(8); setScrollTextUtils(new G15ScrollStatusFX(this, false, 8, 10, 64, 35)); }