Skip to main content
muchamad Shofiudin
Associate II
November 3, 2019
Question

how to write this code on cube ide with library ssd1306.h, if using stm32f103c8 with oled. *some picture bellow using lcd16x2

  • November 3, 2019
  • 5 replies
  • 3041 views

0690X00000ArcaXQAR.jpg

This topic has been closed for replies.

5 replies

waclawek.jan
Super User
November 3, 2019

What is "library ssd1306.h"?

JW

muchamad Shofiudin
Associate II
November 3, 2019

library for oled, 128x64.

Tesla DeLorean
Guru
November 3, 2019

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.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
muchamad Shofiudin
Associate II
November 3, 2019

ok

waclawek.jan
Super User
November 3, 2019

Then use functions from that library.

JW

muchamad Shofiudin
Associate II
November 3, 2019

can u give me some example code, with reference above

waclawek.jan
Super User
November 3, 2019

Well, no, as I don't know the "library ssd1306.h".

JW