pico-ssd1306 icon indicating copy to clipboard operation
pico-ssd1306 copied to clipboard

Simplify constructor use and documentation improvement

Open drepper opened this issue 1 year ago • 0 comments

The SSD1306 constructor should not require duplicated information and bleeding of details (i.e., the I²C address) into the application code.

The documentation shows an inefficient use to construct the SSD1306 object. A minimal change does away with that and removes the superfluous double use of the full type name (alternative: use auto).

drepper avatar Aug 15 '24 21:08 drepper