Node for I2C 128x64 screen

I’m pretty new, but I thought I’d ask. Has anyone integrated this component into a project and maybe have a quick and dirty snippet/node/library I can steal? I’m trying to finish my project and need a full screen read out of several values, but I know almost nothing about controlling serial communications on this screen. I’ve used a 16x2, but it doesn’t solve the requirements for my read outs.

If it is a text-based display like the 16x2, you might be able to just copy the 16x2 node & change rows/columns and add the necessary pins (though 64 pins for 64 lines of text seems a bit excessive…). If it is graphics based, that is a whole new ball-game.

2 Likes