Updated: Aug 10, 2021
In this tutorial, we are going to see, what the OLED releted blocks available in Nirmiti blocks
To see available blocks for OLED go to 'Screen' catagory in toolbox as shown in following image

Blocks
1. Print on screen
Using this block we can print text on screen. We can specify font, font size, column and row.


print_oled
.txt
Download TXT • 1KB
2. Print on screen + clear display + invert color


print_oled_invert_clear
.txt
Download TXT • 4KB
3. Print on screen + roll right + roll left + stop rolling


print_oled_roll
.txt
Download TXT • 2KB
4. Print on screen + scroll diagonal right + scroll diagonal left + stop rolling


print_oled_diagonal_scroll
.txt
Download TXT • 2KB