Paulus H.J. Schulinck
Paulus H.J. Schulinck
Hi, In the first place thank you for publishing / sharing your repo! Downloaded your repo. Using the Flash download tool I flashed the ```M5StackMultiApp.bin``` firmware first. Then, using VSCode...
When I was creating a small project to display MS Flightsimulator airplane track data onto an i75 64x32 RGB LED panel, controlled by an i75 hub controller (PIM584). I wanted...
Platform: RPi400 OS: Raspberry Pi OS version bullseye (32bit) External devices attached: Pimoroni DisplayHatMini 2.0 on an Adafruit CyberDeck, connected to the 40-pin header of the RPi400. All relevant OS...
No problem encountered. Just a suggestion for two small changes. It is too few to arrange a PR. That is why I do my suggestion in this way. When I...
In this page: https://github.com/m5stack/m5-docs/blob/master/docs/en/related_documents/UIFlow_Desktop_IDE.md#configuration clicking on any of all the links to images result in a html 404 error. I tried with browsers: MS Edge and Google Chrome.
Using a M5Stack Core2 device See the combined screenshot  . The scetch audio.ino generates the following error:  According to the instructions in the top of audio.ino I...
Using a M5Stack Core2 device. To solve a ```reference to 'JPEG_DIV_NONE' is ambiguous``` and ```reference to 'jpeg_div_t' is ambiguous.``` errors, I changed the following file: In file: libraries/M5Core2/src/M5Display.h, from line...
For an Espressif ESP32-S3-BOX, using Espressif repo 'esp-box', example image_display, the ```idf.py flash monitor``` command results in the following error:  where as the call to ```lv_timer_handler```, in file ```lv_api_map.h```...
when using machine.u2if.py I was confronted with an error I investigated the cause. I found that line 40 reads: serial_number = self._hid.serial and line 49 reads: return self.serial_number. When I...
Ref: [example inky_frame_news](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/inky_frame/inky_frame_news.py) Example `inky_frame_news.py` recently stopped working. Investigation revealed `redirection not supported errors`. I found the PR pull: [adding https to example urls](https://github.com/pimoroni/badger2040/pull/68). Adding `https` solved the problem also...