module GUI class AboutWindow < LVGUI::BaseWindow include LVGUI::ButtonPalette def initialize() super() LVGUI::BackButton.new(@toolbar, MainWindow.instance) @container.refresh LVGL::LVLabel.new(@container).tap do |label| text = <