I got an 1306 128x64 OLED (Waveshare).
A line like
diagonally covers the whole screen, so it appears that the y-axis in B4R is only 32 pixel wide.
The Adafruit library supports 128x64 and 128x32 displays.
https://github.com/adafruit/Adafruit_SSD1306
Is there a choice in B4R for those display types?
A line like
B4X:
ssd.GFX.DrawLine(0,0,127,31,ssd.WHITE)
The Adafruit library supports 128x64 and 128x32 displays.
https://github.com/adafruit/Adafruit_SSD1306
Is there a choice in B4R for those display types?