Closed gus-ghielec closed 2 months ago
Uee this to get by 'DUELink.Script.Execute("LcdConfig(0x3d,0,0,0)")' but we need config in the lib
below work now
python:
due.Display.Configuration.Type = due.DisplayType.SSD1306 due.Display.Configuration.Update() due.Display.Clear(0) due.Display.DrawCircle(1, 2, 2, 5) due.Display.Show()
Uee this to get by 'DUELink.Script.Execute("LcdConfig(0x3d,0,0,0)")' but we need config in the lib