lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
660 stars 127 forks source link

bug in ssd1306_drawVLine fixed #12

Closed MinusWall closed 6 years ago

MinusWall commented 6 years ago

bug in ssd1306_drawVLine fixed, occured when y1 and y2 are in the same byte block

lexus2k commented 6 years ago

Hi @MinusWall , I pulled your fix, thank you very much