aMasaruEbata

Results 2 issues of aMasaruEbata

https://github.com/cnlohr/ch32v003fun/blob/f1820f2995e146ce8be0e3a94cb34a53d8238061/examples/i2c_oled/ssd1306.h#L268C39-L268C39 I modified the ssd1306_drawImage() function. working fine, probably. ``` - x_absolute = x + 8 * (bytes_to_draw - byte) + pixel; + x_absolute = x + 8 * (bytes_to_draw...

When I built it using [arduino-esp32](https://github.com/espressif/arduino-esp32) ver 3.0.5, I got a link error in CommanderMaster.h. https://github.com/simplefoc/Arduino-FOC-drivers/blob/f7a91fac88a1e0396e360b6f398ff88ea1c9d66f/src/comms/CommanderMaster.h#L8-L9 I made the following changes and the link error disappeared. ```cpp CommanderMaster() = default;...

bug