Line 126:
Line 126:
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
+
self.screens['info'] = zynthian_gui_info()
+
self.screens['splash'] = zynthian_gui_splash()
+
self.screens['loading'] = zynthian_gui_loading()
+
self.screens['confirm'] = zynthian_gui_confirm()