Digole
©DIGITAL
SOLUTIONS

Serial Display emulator    New Display User manual

Forum login or
Login:
Password:
  
Forum Catagory
Digole Serial Display (215)
  12864 LCD/OLED module (24)
  24064 LCD module (3)
  Color LCD Modules (29)
  Color OLED module (21)
  Online Emulater (5)
  Universal GLCD module (1)
  Universal Text LCD module (2)
Mini Display Panels (0)
  Mini LCDs (0)
  Mini OLEDs (0)
Pattern Drive Module (0)
~Buy & Sell on Digole (2)
~Others~ (5)
Forum : Digole Serial Display :

 Search Forum.. 
 Creat New Topic   Reply 

Digole color LCD 168x128 1.8" via I2C mode problem

 Hello everyone,

 

I am using Digole color LCD 168x128 1.8" and need to communicate via I2C mode with Teensy 3.2. I have also connected SDA with A4 and SCL with A5 on Teensy. When I try to upload the program at this time, it upload successfully, but I can't see any effect on the LCD. what should I do?

Should I did any mistake? Below I attached short example code and I have already added library also. Please give me your suggestion.

 

Example code:

 

#include <DigoleSerial.h>

#include <Wire.h>

DigoleSerialDisp mydisp(&Wire,'\x27'); 

void setup() {

   mydisp.begin();

   mydisp.clearScreen();

   mydisp.setI2CAddress(0x27);

   mydisp.print('' Hello '');

}

void loop() {

}

 

RE:Digole color LCD 168x128 1.8

 I have found the solution. I did not connect a pull-up resistor, so this problem occurred. Now it is fixed. 

Copyright Digole Digital Solutions/Digole Technologies Inc., 2008-2026. All rights reserved.
Powered by Digole