bitbank2 / ss_oled

Simple and small library to control 1-bpp OLED displays (Linux + Arduino)
GNU General Public License v3.0
186 stars 34 forks source link

Text cropped #65

Closed step135 closed 1 week ago

step135 commented 1 week ago
    oledWriteString(&ssoled, 0, 0, 0, (char *)"Hello World!", FONT_NORMAL, 0, 1);
    oledWriteString(&ssoled, 0, 0, 2, (char *)"Again!", FONT_LARGE, 0, 1);
    oledWriteString(&ssoled, 0, 0, 6, (char *)"Still?", FONT_LARGE, 0, 1);
    oledWriteString(&ssoled, 0, 0, 10, (char *)"no way ...", FONT_LARGE, 0, 1);

PXL_20240916_212844232 MP_2_vMeANNiXF

bitbank2 commented 1 week ago

This repo is deprecated and I'm sorry I can't provide any support for the issue you found.