tobozo

Results 648 comments of tobozo

Hello, I can't find any information on ILI9433, are you sure that's the exact model name ? If you see something on the screen, then your defines are good, what...

please specifty what branch you're using the latest changes are on the [odroid-go](https://github.com/tobozo/ESP32-Audio-Spectrum-Waveform-Display/tree/odroid-go) branch also I'd look into setRotation() value as it seems width and height are inverted on your...

What's the value of `A0` on this board ? Did you attach an amplified microphone unit to that pin ?

What were you planning to use as a sound source ? This is a sound-based project :-)

looks much better you may try to issue the `a` command in the serial interface, it toggles the adc reading mode, maybe it'll get rid of this saturation on higher...

Good to know you got it working ^^ It's faster to draw lines than filling blocks, while doing so with an OLED screen using 1bit color isn't a problem, it...

hi, I'd try a M5Stack-SD-Updater version from 2019 https://github.com/tobozo/M5Stack-SD-Updater/tags?after=0.5.0 however the are much better video projects since 2019: https://github.com/GOB52/M5Stack_FlipBookSD https://github.com/galbraithmedia1/Mini-Tv-ESP32 https://github.com/lovyan03/ESP32_ScreenShotReceiver

the PR has been [rotting for more than a year](https://github.com/hathach/tinyusb/pull/1363) but it's been [included in the pico sdk](https://github.com/earlephilhower/arduino-pico/blob/0963611fc701db920274112dde00f65e2997f763/libraries/MouseBLE/src/MouseBLE.cpp#L32) already

@capedra until [the PR](https://github.com/m5stack/M5Core2/pull/135) is merged and a new release is produced, you can choose to install the M5Core2 library without dependencies to skip that error message. The dependencies for...