Paulus H.J. Schulinck

Results 14 issues of 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...

enhancement
[- interstate75 -]

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...

enhancement

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 ![audio ino_loop_](https://user-images.githubusercontent.com/9107950/160304118-1282fd85-7119-4dea-87ed-2fec81fcf310.png) . The scetch audio.ino generates the following error: ![class_AudioOutputI2S_has_no_member_getLevel_](https://user-images.githubusercontent.com/9107950/160304310-6496f6fa-25cc-4c16-aff5-1a8df2884da3.png) 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: ![undefined_reference_to_tv_timer_handler](https://user-images.githubusercontent.com/9107950/190425949-69d6e51e-83f7-457a-b5c5-6a62b4eb8c3b.png) 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...