HakkanR / SSD1306TUR

SSD1306 library supports Turkish alphabet.
GNU General Public License v3.0
3 stars 0 forks source link
arduino display library oled-display-ssd1306 ssd1306 turkce

SSD1306TUR

SSD1306TUR is a library that allows you to write any Turkish char on SSD1306 monochrome oled displays freely. Based on Adafuit's SSD1306 oled Display driver can be found on here. Please be sure this lib is present in your system before use this lib.

If you find any problem or bug on this library, please use Issues feature on github or contact me on my web page devrelerim.com.

You can follow me on:

display.setTextColor(SSD1306_WHITE);
display.clearDisplay();
display.setTextSize(1);
display.setFont(&FreeSansBold12pt7bTR);
display.setCursor(20, 22);
display.print("Türkçe");
display.display(); 

Dependencies

Download

You can download this on

Available Fonts

more fonts will be added in the future, If you interested in creating new fonts to help this repository please feel free to contact me hakkanr@gmail.com