eudoxos

Results 65 comments of eudoxos

This could serve as an inspiration: https://github.com/MatejGomboc/IRremote-STM32/blob/master/IRremote_port/Src/irSend.c How difficult could the port? With 70MHz at hand, is software-based sender a viable option performancewise?

> Will probably work fine. Do you know the classes IrSenderPwmSoftDelay and IrSenderSpinWait, which does not use any particular hardware resources and therefor should be able to run on any...

> @eudoxos did you ever write your timer-based workaround? Based on #127 I concluded timer would not work; the process memory is corrupted, thus inherently unreliable. That's why a separate...

Seconding this request, that would be an awesome addition.

> Thanks, how did you manage to modify the dict? \ I can't remember anymore; I was trying different ways to make `show_object` show the object with label (and persistent...

As a suggestion, trivial PR #182 allows returning starlette Response object. The example below then downloads the dynamically-generated file. It is important to create the href with `target="_blank"` which will...

For bypassing JustPy, it is complete as far I see. An cool thing would be server-initiated download without opening the extra tab via `target="_blank"`, but I am not sure what...

Alright, what works the best is 3 but modified with counter: ```python @jp.SetRoute('/current_image/{number}') def get_image(): return starlette.responses.Respose(content=jpgData,status_code=200,media_type='image/jpeg') ``` and the image is change by setting `img.src='/current_image/%d'%counter`. I also experimented without...

Hi Wolfgang, I see you assigned a number of issues to me. I won't be available for justpy in foreseeable future unfortunately. Stay well. On August 20, 2022 2:13:04 PM...