Horst Obenhaus

Results 48 comments of Horst Obenhaus

code.py ```python import board import usb_hid import board from micropython import const from hid_gamepad import Gamepad gp = Gamepad(usb_hid.devices) from adafruit_seesaw.seesaw import Seesaw # Equivalent of Arduino's map() function. def...

Thanks for the quick reply! `boot_out.txt` seems clean: ``` Adafruit CircuitPython 9.0.5 on 2024-05-22; Adafruit Feather ESP32-S3 Reverse TFT with ESP32S3 Board ID:adafruit_feather_esp32s3_reverse_tft UID:0740D1DCD48C boot.py output: ``` I cannot test...

Thanks for the input, this is great. I did try Controller Lite, and yes, it shows up. I also tried emulating [XBOX](https://github.com/fay59/xb1controller/blob/master/XboxOneControllerDriver/XboxOneController.cpp) and [Playstation](https://www.psdevwiki.com/ps4/DS4-USB) controllers (I changed the report descriptor...

I have not gotten much further on this. Any input would be appreciated!

Has anybody worked on that? Screenshot (dj vers 0.14.3)

Thanks @CBroz1 - could you provide a mini-tutorial here on how to do that?

Thanks so much @CBroz1 ! ... I wish this was configurable somehow as part of dj.config (light dark switch) @dimitri-yatsenko

I am following this. I see the #1171. Can this issue here be updated regularly when this is implemented / in a testable state? Thanks for taking care of this!

This has not been merged / solved yet, right?

Thanks, @olivierfriard! The external file contains two columns: frame number (index) and the real time as "day:month:year_hour:minute:second:nanoseconds". I was thinking that when exporting data across observations it would be nice...