chuckv2014

Results 11 comments of chuckv2014

Hello, I am attempting the same thing... however, users have permissions... I can browse the .XML by using: "file://///TCHWhiteCloud/WhiteCloud/Update/AutoUpdaterTest.xml" using ctrl-click inside the VS2017 IDE... so, the path and security...

Thank you for your reply... I got it to load the XML and update w/o WAMP nor IIS... but it is throwing a File I/O Exception - not being able...

Hi Richard! Thank you for taking the time to respond to my inquiry! Every email I’ve sent (total of 2) have bounced back, so figured you were not available. My...

Device: https://shop.pimoroni.com/products/1-12-oled-breakout?variant=12628508704851 Uses the SH1107 chip 128 x 128 pixels monochrome Chuck > On Oct 30, 2020, at 7:06 PM, Richard Hull wrote: > > Hi chuck, you dont say...

Richard, Does the sh1106 OLED def display(self, image) function in .../oled/device/__init__.py support “RGB” Mode? I’m doing... white = (255,255,255) .. self.im = Image.new(“RGB”, (128,128), white) .. .. device.display(self.im) And am...

Awesome! Thanks for replying Richard! (Image sources are RGB, so the convert is the way to go). Chuck > On Nov 5, 2020, at 5:25 PM, Richard Hull wrote: >...

Richard, got my menu working and am now trying to set “test_menu.py” as auto-starting ... using “python3 /home/pi/code/test_menu.py” or “sudo python3 /home/pi/code/test_menu.py” works at the console command line prompt... however,...

Thank you Richard, As mentioned, I can execute everything fine from my pi@raspberrypi command prompt... both of these execute fine... python3 ~/CODE/TEST_MENU.py sudo python3 ~/CODE/TEST_MENU.py Likewise, if I change to...

Thank you Richard, it was very nice of you to take your time and reply. Just coming up on this platform, and I have tons of reading still to do......

Richard, have another issue that *may be* a bug, else maybe you can direct me I’m still a newb. Using LUMA.OLED on a monochrome OLED display.... everything works great, except......