Line 127:
Line 127:
A dictionary called screens is defined and this has string keys that points to the individually defined screen objects that display the appropriate screens is defined.
A dictionary called screens is defined and this has string keys that points to the individually defined screen objects that display the appropriate screens is defined.
−
# Create Core UI Screens
+
# Create Core UI Screens
−
self.screens['info'] = zynthian_gui_info()
+
self.screens['info'] = zynthian_gui_info()
−
self.screens['splash'] = zynthian_gui_splash()
+
self.screens['splash'] = zynthian_gui_splash()
−
self.screens['loading'] = zynthian_gui_loading()
+
self.screens['loading'] = zynthian_gui_loading()
−
self.screens['confirm'] = zynthian_gui_confirm()
+
self.screens['confirm'] = zynthian_gui_confirm()