Lukáš Říha
Lukáš Říha
Hello, while trying to figure out issue https://github.com/mautic/mautic/issues/1323 I think I tracked the problem to this library and may have found a bug. Would you please be so kind as...
When using 'display.line' and 'display.triangle' micropython methods, these fail silently (nothing get drawn on the display), while 'display.circle' works. Tested with 'BreakoutRoundLCD' class and round LCD. **current behavior:** using 'line'...
Remove `process.communicate()` in MacOS causing wait for subprocess even when the subprocess results were not used.