summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/c++/ssd1306-oled.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/c++/ssd1306-oled.cxx')
-rw-r--r--peripheral/libupm/examples/c++/ssd1306-oled.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/peripheral/libupm/examples/c++/ssd1306-oled.cxx b/peripheral/libupm/examples/c++/ssd1306-oled.cxx
index c0eef15..07421e3 100644
--- a/peripheral/libupm/examples/c++/ssd1306-oled.cxx
+++ b/peripheral/libupm/examples/c++/ssd1306-oled.cxx
@@ -26,10 +26,10 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "ssd1306.hpp"
+#include "ssd1306.h"
#define DEVICE_ADDRESS 0x3C
-#define BUS_NUMBER 0x0
+#define BUS_NUMBER 0x6
static uint8_t intel_logo[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,