module GUI class AboutWindow < LVGUI::BaseWindow include LVGUI::ButtonPalette include LVGUI::Window::WithBackButton goes_back_to ->() { MainWindow.instance } def initialize() super() LVGL::LVLabel.new(@container).tap do |label| text = <