Click here to Skip to main content
15,891,896 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: So my little arduino clone is fun but I was wondering something Pin
honey the codewitch2-Oct-20 12:41
mvahoney the codewitch2-Oct-20 12:41 
GeneralRe: So my little arduino clone is fun but I was wondering something Pin
David Crow2-Oct-20 10:08
David Crow2-Oct-20 10:08 
GeneralRe: So my little arduino clone is fun but I was wondering something Pin
honey the codewitch2-Oct-20 10:40
mvahoney the codewitch2-Oct-20 10:40 
AnswerRe: So my little arduino clone is fun but I was wondering something Pin
Robotek232-Oct-20 11:10
Robotek232-Oct-20 11:10 
GeneralRe: So my little arduino clone is fun but I was wondering something Pin
honey the codewitch2-Oct-20 11:34
mvahoney the codewitch2-Oct-20 11:34 
AnswerRe: So my little arduino clone is fun but I was wondering something Pin
_WinBase_4-Oct-20 22:37
_WinBase_4-Oct-20 22:37 
AnswerRe: So my little arduino clone is fun but I was wondering something Pin
Member 148590765-Oct-20 2:54
Member 148590765-Oct-20 2:54 
AnswerRe: So my little arduino clone is fun but I was wondering something Pin
Matt McGuire5-Oct-20 5:07
professionalMatt McGuire5-Oct-20 5:07 
I haven't messed with the hitachi screens. can you give a PN/model to look at the docs?

usually not all pins are used, with the screens I've worked with in the past, based off of memory:
7 pins for the command byte
1 CTS
1 power for lcd cpu
1 power for back light (not usually crossed over as this pin can be PWM for dimming)
1+ grounds
1 reset - can sometimes be ignored, depending on the model. sometimes necessary on boot.

are you using a pre-made driver library? you will ether have to use their pin set up or configure the setup in the header file.

if you are trying to roll your own, it not too difficult, but sometimes finding the documentation in English can be rather difficult. there are usually a sequence of bytes that have to be sent to the LCD at startup to initialize them. then a 10 to 20ms for the LCD to be ready for commands.

some pins may require to switch I/O status to report something back to the driver. not all LCDs are 5v, many of them are the 3.3v on the logic side and would require a level shifter, but the backlight may still be 5v

If I have the choice in the future, I'd rather go with the I2C interface to save a lot of pins

I know of quite a few gotcha's in the back of my head, but it's been a few years since I've messed with LCD's and I haven't had my morning coffee yet.
AnswerRe: So my little arduino clone is fun but I was wondering something Pin
Peter Shaw6-Oct-20 9:41
professionalPeter Shaw6-Oct-20 9:41 
AnswerRe: So my little arduino clone is fun but I was wondering something Pin
Chad3F6-Oct-20 13:08
Chad3F6-Oct-20 13:08 
AnswerRe: So my little arduino clone is fun but I was wondering something Pin
Luc Pattyn9-Nov-20 6:08
sitebuilderLuc Pattyn9-Nov-20 6:08 
GeneralRe: So my little arduino clone is fun but I was wondering something Pin
honey the codewitch9-Nov-20 6:11
mvahoney the codewitch9-Nov-20 6:11 
GeneralHas Win 10 Task Mangler changed... Pin
glennPattonWork32-Oct-20 4:41
professionalglennPattonWork32-Oct-20 4:41 
GeneralRe: Has Win 10 Task Mangler changed... Pin
Gerry Schmitz2-Oct-20 4:55
mveGerry Schmitz2-Oct-20 4:55 
GeneralRe: Has Win 10 Task Mangler changed... Pin
OriginalGriff2-Oct-20 5:43
mveOriginalGriff2-Oct-20 5:43 
GeneralRe: Has Win 10 Task Mangler changed... Pin
glennPattonWork32-Oct-20 6:19
professionalglennPattonWork32-Oct-20 6:19 
GeneralThought of the Day Pin
OriginalGriff2-Oct-20 4:36
mveOriginalGriff2-Oct-20 4:36 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer2-Oct-20 5:00
professionalDaniel Pfeffer2-Oct-20 5:00 
GeneralRe: Thought of the Day Pin
megaadam2-Oct-20 5:06
professionalmegaadam2-Oct-20 5:06 
GeneralRe: Thought of the Day Pin
rnbergren2-Oct-20 5:43
rnbergren2-Oct-20 5:43 
GeneralRe: Thought of the Day Pin
W Balboos, GHB2-Oct-20 6:21
W Balboos, GHB2-Oct-20 6:21 
GeneralChange signature Pin
pkfox2-Oct-20 3:37
professionalpkfox2-Oct-20 3:37 
AnswerRe: Change signature Pin
ZurdoDev2-Oct-20 3:40
professionalZurdoDev2-Oct-20 3:40 
GeneralRe: Change signature Pin
pkfox2-Oct-20 3:48
professionalpkfox2-Oct-20 3:48 
GeneralRe: Change signature Pin
  Forogar  2-Oct-20 3:40
professional  Forogar  2-Oct-20 3:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.