Search found 3 matches

by Vtech
Tue Jun 25, 2013 11:56 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Set cursor command not working (i2c) Arduino
Replies: 5
Views: 5856

Re: Set cursor command not working (i2c) Arduino

Thank Troy for the information.
its much appreciated

Thank you again.

And Great service by the way.

Pierre-Luc
by Vtech
Tue Jun 25, 2013 11:13 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Set cursor command not working (i2c) Arduino
Replies: 5
Views: 5856

Re: Set cursor command not working (i2c) Arduino

Hi Troy,

Thank you for your answer.

Here what happen when I want to use the set cursor command.

I remove this part of the code before the set cursor and it work perfectly.
I don't know why but it work.

Code: Select all

displayOFF();
  delay(100);
  displayON();
  delay(100);
Thank you Troy

Pierre-Luc
by Vtech
Mon Jun 24, 2013 3:36 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Set cursor command not working (i2c) Arduino
Replies: 5
Views: 5856

Set cursor command not working (i2c) Arduino

I'm been trying to use the set cursor command in I2c with an Arduino. The other command are working properly. I'm not sure what i'm doing wrong The model of the LCD is the LK204-25 Here the code for my program #include <Wire.h> //library for I2c #include <Arduino.h> #define LCD (0x28) void setup() {...