embedded-php/display

View on GitHub
src/Oled/GrayScale/Ssd1322.php

Summary

Maintainability
A
45 mins
Test Coverage

Showing 1 of 1 total issue

Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

ProtocolInterface $protocol,
int $width = 256,
int $height = 64,
int $rotate = Rotate::NONE,
string $colorMode = ColorMode::RGB,
Severity: Minor
Found in src/Oled/GrayScale/Ssd1322.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status