Ethan
Ethan
Recently found and fell in love with this app concept. Really quick to use and looks so smooth; it's now my default assistant app. There are probably a lot of...
Here's the error: ``` Traceback (most recent call last): File "C:\Users\Ethan\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1921, in __call__ return self.func(*args) File "C:\Users\Ethan\AppData\Local\Programs\Thonny\lib\site-packages\thonny\base_file_browser.py", line 885, in mkdir self.perform_mkdir(parent, name.strip()) File "C:\Users\Ethan\AppData\Local\Programs\Thonny\lib\site-packages\thonny\base_file_browser.py", line 1262, in...
I love this plugin, and I enjoy the ability to see the approximate nozzle position, however, I also find that it is hard to get a good look at the...
Hello! I noticed while working on a project, and using your display driver, that the original `rgb_to_color565` code seems to output some inaccurate colors. This is easy to test by...
The FancyDisplay class does not set the instance attribute for the Display module, and so the system shortcuts in UserInput break when trying to use them together.
Python's `input()` can be called with no arguments. However, the built-in terminal app doesn't let you do the same, and will crash if you try. The input method of the...
The new `easings` module hasn't gotten its own wiki page yet.
Currently, the SDCard does not work properly on the TDeck because the display and SDCard are interfering with each other. Currently, I believe this is a bug with the ESP32...
A lot of the scripts under `tools/` are re-implementing the same code. This means that when updates are made, the exact same modification needs to be made in several different...