Rop Gonggrijp

Results 16 issues of Rop Gonggrijp

See if you like it. May not be a great example to teach how easy cpp is because of the pointer magic to accept both pointer types, but does let...

Making this an issue instead of a PR because I see an "issue" but am not sure it's in scope to fix: on Arduino, I just noticed the print functions...

Some boards, notably the popular Heltec's ESP32_LoRa_v3, have the reset wire hooked up. It might be nice to pull that low for 50 ms or so when connecting. Could do...

Would you consider adding support for 16-bit integers representing 5-6-5 encoded colors? They're used on lots of embedded displays, e.g. in the Arduino universe. (Great work, BTW...)

I am running: ```python #!/usr/local/bin/python from funda_scraper import FundaScraper scraper = FundaScraper(area="amsterdam", want_to="buy", find_past=False, page_start=1, n_pages=3, min_price=300000, max_price=500000) df = scraper.run(raw_data=False, save=True, filepath="huize.csv") ``` on my Macbook Pro, Python version...

I use the Arduino IDE (v.2.2.1) and have M5Stack board manager 2.0.8 and M5CoreS3 library v0.0.4 When I try to compile HelloWorld.ino from the examples directory, I get: Compilation error:...