David Schramm
David Schramm
Hi @amir20! Thank You for the kind words. Ah I see, Dozzle is not designed for pagination but for showing the latest entries. Yes, mostly I just scroll back to...
I agree that this would be much better. But i think you may not let the user specify a interval but just a timestamp. Then, you can display all lines...
Great work! This looks like a great progress to a more stable project. Out of curiosity, what framerates do you get while streaming the video? For me, the multistream-feature is...
Hi @abratchik, that sounds awesome! I'll try your fork out when I'm home.
Well you can access the buffer directly. See https://github.com/daschr/pico-ssd1306/blob/main/ssd1306.c#L143 to get an idea how to access a pixel. The buffer is horizontally line by line encoded where `(0,0)` is the...
I think my explanation was a bad. The RAM stores the display data in pages of 128 x 1byte. Each bytes encodes the 8 vertically neighbouring pixels. See [https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf) page...
Oh wow, very cool! Thank you! I'm currently on vacation but I will come back home tomorrow and then check your code out.
Currently, the library will draw all black pixels (see https://github.com/daschr/pico-ssd1306/blob/main/example/test.bmp). Your keyboard example uses black as the background color and white as the foreground. You may negate the bmp before...
Sorry, I totally forgot you! I will check this out tomorrow.
I'll implement it this weekend.