2019-11-03 09:28 AM
2019-11-03 09:30 AM
What is "library ssd1306.h"?
JW
2019-11-03 09:33 AM
library for oled, 128x64.
2019-11-03 09:37 AM
The include file contains the interface details not the library itself. You'd have to add the library source, or the library object, to your project.
Frame your questions better.
2019-11-03 09:40 AM
Then use functions from that library.
JW
2019-11-03 10:32 AM
ok
2019-11-03 10:32 AM
can u give me some example code, with reference above
2019-11-03 10:47 AM
Well, no, as I don't know the "library ssd1306.h".
JW