Update kmk/extensions/oled.py
Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c401fccd30
						
					
				
				
					commit
					74c2afdff2
				
			| @@ -144,7 +144,7 @@ class Oled(Extension): | ||||
|             names=('OLED_BRD',), on_press=self._oled_brd, on_release=handler_passthrough | ||||
|         ) | ||||
|  | ||||
|     def render_oled(self, layer, *args, **kwargs): | ||||
|     def render_oled(self, layer): | ||||
|         splash = displayio.Group() | ||||
|  | ||||
|         for view in self._views: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user