properties.put("lowerCenterText", new SimpleStringProperty(LOWER_CENTER_TEXT));
return this;
}
public final LcdBuilder lowerCenterTextVisible(final boolean LOWER_CENTER_TEXT_VISIBLE) {
properties.put("lowerCenterTextVisible", new SimpleBooleanProperty(LOWER_CENTER_TEXT_VISIBLE));
return this;
}