Minor Updates (#1241)

This commit is contained in:
LordGrey
2021-05-16 18:33:24 +02:00
committed by GitHub
parent 016855898a
commit feec395756
5 changed files with 6 additions and 6 deletions

View File

@@ -580,7 +580,7 @@ void Hyperion::update()
// copy image & process OR copy ledColors from muxer
Image<ColorRgb> image = priorityInfo.image;
if(image.size() > 3)
if (image.width() > 1 || image.height() > 1)
{
emit currentImage(image);
_ledBuffer = _imageProcessor->process(image);