I am working on an independent project. The goal of my project is to capture data through the sensor and after doing some calculation using ATtiny1614, I want to be able to show it on the OLED display. I could not find a suitable library for ATtiny1614. Can somebody help me with finding a library that can be used to initialize the display and write on it.
So far I have found one library but not sure if it would work with ATtiny1614. The library is GitHub - Matiasus/SSD1306 at v3.0.0
[*** I am new to embedded programming, so I am bit lost and trying to get help from wherever I can, any help would be appreciated***]