Changes

Jump to navigation Jump to search
Line 125: Line 125:  
|}
 
|}
   −
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 and the value of the dictionary si set to the instantiated object from the .zyngui modules.
    
  # Create Core UI Screens
 
  # Create Core UI Screens
Line 133: Line 133:  
  self.screens['confirm'] = zynthian_gui_confirm()
 
  self.screens['confirm'] = zynthian_gui_confirm()
 
  ....
 
  ....
 +
 +
The main menu is set depending on the zynthian kit...
 +
 +
and the zynthian device manager is instantiated.
 +
 +
Then the threads and polling mechanisms are started .
584

edits

Navigation menu