Oleg Denisenko

Results 2 issues of Oleg Denisenko

Hi! maybe we should add check like if event["recording"]["status"] == "ready" ? for example, doorbell has motion. now we should be waiting for the complete video and after - we...

enhancement
needs-more-information

hi! I have a png file (source here https://developer.lametric.com/content/apps/icon_thumbs/52160) `bit_depth=2` ``` import board import displayio import rgbmatrix import framebufferio import adafruit_imageload displayio.release_displays() matrix = rgbmatrix.RGBMatrix( width=64, bit_depth=2, rgb_pins=[board.GP2, board.GP3, board.GP4,...