Hi,
I've managed to hook up a Samsung graphic LCD (KS0108 - 128x64) to a USB PIC (18F2550) and built a matrix orbital compatible driver. Quite cool I think. I've also got this running using a standard text based LCD display at 20x4 lines.
Problem is the Samsung can handle 21 characters across by 8 lines deep. Is there an easy way to fool LCD smartie so I can use 20x8 or 21x8 ?
Cheers,
Andy
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Samsung Graphical LCD and LCD Smartie
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792
-
- Posts: 1
- Joined: March 29th, 2009, 12:30 pm
- Location: Suffolk, UK
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
-
- Posts: 71
- Joined: November 18th, 2007, 6:11 pm
- Location: Bariloche, Argentina
- Contact:
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
not for your display, but you got it working for 4x20.
Just implement 8 rows x 21 columns and use this: http://czi.uni.cc/LCDSmartie/LCDSmartie_6.0.0-b.rar
It can drive a 8x21 lcd.
I did this version for my 16x40 lcd but sadly, I lost the sourcecode in a HDD crash.
I can't remember if matrix.dll will allow you to use 8 rows but graphic.dll will surely do (also graphic.dll has all 256 characters definable if you implement it in your PIC).
Just implement 8 rows x 21 columns and use this: http://czi.uni.cc/LCDSmartie/LCDSmartie_6.0.0-b.rar
It can drive a 8x21 lcd.
I did this version for my 16x40 lcd but sadly, I lost the sourcecode in a HDD crash.
I can't remember if matrix.dll will allow you to use 8 rows but graphic.dll will surely do (also graphic.dll has all 256 characters definable if you implement it in your PIC).