Andy Harris

Results 8 issues of Andy Harris

Right Click - Open EXR with DWAA compression: ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: djv [32900] Path: /Applications/DJV2.app/Contents/Resources/bin/djv Identifier: djv Version: ??? Code Type: X86-64 (Native) Parent Process:...

As it says in the title, epdif is undefined. I tried this: def set_rotate(self, rotate): if (rotate == ROTATE_0): self.rotate = ROTATE_0 self.width = EPD_WIDTH self.height = EPD_HEIGHT elif (rotate...

Hi - I wonder if you can shed some light on an issue I've found. I have Microdot running on a W5100S-EVB-Pico which is a RP2040 with built-in Ethernet. Here's...

question

Here's the goto function: def goto(self, targetpos, wait=True): self.md.enableOutput(True) self.md.writeInt('XTARGET',int(self.ustepsPerRev*targetpos)) if wait: self.wait_reached() self.md.enableOutput(False) If wait is False the output is immediately disabled and hence the motor does not move...

My original code looked like this: ``` mot = chipdrive.tmc5130(settings=nema17,loglvl=logging.ERROR) for i in range(2): mot.goto(0.3) mot.goto(0) ``` This was to check that the index marker came back to the same...

Consider: print("Set speed to 40") mot.updateSettings({'maxrpm':40}) time.sleep(1) # in case it takes time to make a difference print("Goto 10") mot.async_goto(10) while mot.are_we_there_yet() != 0: time.sleep(0.05) print("STOPPED - SPEED CHANGE ON...

Hi there --- I've now got the right board with R1 deleted and this code is working for me. I've found that updateSettings throws this error: mot.updateSettings([{'maxrpm':10}]) Traceback (most recent...

Have both pip installed and git clone -> setup.py install and get the same issue: `venv/bin/rpi-backlight -b 100 Traceback (most recent call last): File "/home/andy/venv/bin/rpi-backlight", line 33, in sys.exit(load_entry_point('rpi-backlight==2.7.0', 'console_scripts',...