Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - i2c lcd

(you are viewing a thread; or go back to list of threads)

i2c lcd (by Mayo)


hi Jose ,

Can a sample i2c lcd 20x4 be found? Which also works in hardware.my target Atmega328.





Thanks
Mayo
Sun Mar 6 2022, 22:57:43
(no subject) (by José)
Hi Mayo

I2C Lcd 20x4 work exactly as 16x2.
You'll just have to modify the values in the library "LcdI2cLib.c" (I'll tell you how).

You must also determine the I2C address of your display (generally 0x20 or 0x27) and set it in the library "I2CLib.c"

But before, if you want I2C to work, you need to install Ldmicro32 v5.5 and the AvrGcc compiler from Github:

https://github.com/joegil95/LdMicro32


Here's attached a sample ld file for I2C 16x2 lcd.
I have tested it with my Atmega328 and it works.

Let me know if you need help.

BR
José
Mon Mar 7 2022, 03:48:40, download attachment test328_i2c_lcd16x2_0x27.ld
(no subject) (by Mayo)
hi Jose ,


The file is being compiled and a hex file is being created but is not running on the LCD on the hardware.





Thanks
Mayo
Tue Mar 8 2022, 08:11:43
(no subject) (by José)
Hi Mayo

Which version of ldmicro are you using ? It's important.
It's written in Help -> About at the bottom.

Did you modify the libraries ?

BR
José
Tue Mar 8 2022, 12:52:13
(no subject) (by Mehmet Murat)
selam..
Bu örnek ve diğer yaptığım çalışmalarda da (i2c_lcd16x2_0x27.ld)
kayıt yaptığımda hex dosyasına dönüşmüyor.
bu konuda yardım ederseniz sevinirim.
atmega 228 28p model
Tue Jun 14 2022, 16:05:20
(no subject) (by Mehmet Murat)
Hi.

.
In this example and my other work (i2c_lcd16x2_0x27.ld)
when i record my recording does not convert to hex files.
I would be glad if you could help me with this.
atmega 328 28p model
Tue Jun 14 2022, 16:12:59
(no subject) (by José)
Hi

I'll try to help, but I have no time these days...

BR
José
Fri Jun 17 2022, 02:36:12
(no subject) (by Mehmet Murat)
I would be very grateful if you could help me.
Sat Jun 18 2022, 16:53:23, download attachment Sunu1.pdf
(no subject) (by Alex)
with this new ldmicro would it be possible to use decimal numbers and more accurate pwm for future versions?
Sun Jun 19 2022, 16:59:15
(no subject) (by José)
Hi Mehmet

I have had a quick look at your pdf view.

1) Do never use directory or file names with special characters or spaces

2) You must modify in the .bat file the variable that indicates the location of your AVRGCC compiler
Please read attached "HowTo-AVR.txt" for more explainations (I suppose you use ldmicro32)

BR
José
Mon Jun 20 2022, 03:06:03, download attachment HowTo-AVR.txt
(no subject) (by Mehmet Murat)
Hi José
Ldmicro 5.4.1.1
Does it matter which version I use?
because I still haven't been able to
Wed Aug 17 2022, 17:00:14
(no subject) (by José)
Hi Mehmet

I2C external libraries are mainly developped to work with ldmicro32 (a fork of official version):

https://github.com/joegil95/LdMicro32

Download v 5.5c (6.0 is a beta version for big targets) and AVRGCC compiler.

Then read included how_to files...

BR
José
Thu Aug 18 2022, 05:44:40
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):