learncodingforweb

Results 29 comments of learncodingforweb

``` Image { source: @image-url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="); } ``` Compiling slint_redis_camera_view v0.1.0 error: failed to run custom build command for `slint_redis_camera_view v0.1.0 ` Caused by: process didn't exit successfully: `target/debug/build/slint_redis_camera_view-ffd86284a8902f59/build-script-build` (exit status:...

I tried for both one by one for all the combinations of driver. still not working ``` #define SSD1306_I2C_ADDR (0x3C) ``` ``` #define SSD1306_I2C_ADDR (0x3C

Already tested on same hardware with same wiring circuit and same i2c hal initialized and clock initalization, code works fine https://github.com/afiskon/stm32-ssd1306 but not u8g2

getting lots memory leak error ``` /usr/lib/heaptrack/libheaptrack_preload.so starting application, this might take some time... heaptrack stats: allocations: 221098 leaked allocations: 3369 temporary allocations: 71491 ``` ``` alloc::raw_vec::finish_grow::h069a4a4254ec0534 in cargo alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve::do_reserve_and_handle::h076ca411e099ffc4...

Getting same issue, while building on raspberry pi 4

I observed that, data from 0 to 127 received correctly, after that data from 128 to 255 is not received correctly. ``` device.connect({type: 'binary'}) ``` getting error **Object literal may...

resolved issue by using **device.connect({ connectionType: 'binary' })** and data is received in base64 format

I am not able to transmit binary data to device.write(1). getting error Argument of type 'number' is not assignable to parameter of type 'string | Buffer'. Even i tried const...