Aaron Ciuffo

Results 38 comments of Aaron Ciuffo

@SSYYL Thanks for the follow up. Do you mean to say this is a required part of the startup procedure and should be used exactly as shown in the 2in7...

You can try: `pip install -e 'git+https://github.com/waveshare/e-Paper.git#egg=waveshare-epd&subdirectory=RaspberryPi_JetsonNano/python'` and in your `requirements.txt` use `git+https://[email protected]/repo-name/scripts.git#subdirectory=folder1/module` I was running into problems with this and PyInstaller and just gave up trying to diagnose it...

The script included above might be an alternative. Just consider the WaveShare stuff static data and add it manually, or as part of a build script. Based on the multiple...

@arseniiarsenii You may be interested in the epdlib I'm working on for your project as well. When implented, it makes it easier to use most of Waveshare's displays with your...

@objectiveSee Check out [this video](https://www.youtube.com/watch?v=MsbiO8EAsGw) from Applied Science. Ben does a great writeup of this.

Vaguely GPL indeed. The intent is there, but it would certainly be nice to have an explicit license file. This header is in most of the python scripts files --...

Similar issue using a Dell U2723QE over a display port connection. The monitor has no internal speakers. Setup: - M1 Mac Mini Monterey 12.5 - Display Port Connection to U2723QE...

@ByteHamster Thanks for the clear explanation in #4415 I have a pretty good appreciation of how hard it would be to update this. For my use case an option may...

When run from the device, and not over SSH, termux-wifi-connectioninfo was returning ``` "ssid": "" ``` from the device, I executed `$ termux-wifi-scaninfo` and was prompted to permit Termux access...

This would be super helpful for my project as well. I'd be happy to test and validate.