Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 15:06 09 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : 2 X 16 LCD display

Author Message
envirotronics
Newbie

Joined: 18/02/2016
Location: Australia
Posts: 23
Posted: 09:02pm 23 Apr 2017
Copy link to clipboard 
Print this post

Is it possible to interface a maximite Explore 64 to a 2 line by 16 char LCD?
If so, where can I get the driver library?
Graham
 
WhiteWizzard
Guru

Joined: 05/04/2013
Location: United Kingdom
Posts: 2959
Posted: 09:17pm 23 Apr 2017
Copy link to clipboard 
Print this post

No need for a driver - just use the built in LCD command.

LCD INIT d4, d5, d6, d7, rs, en (to 'define' the pins used). This is a one time set-up (place early in your code)

Then use the following command to display data (as a string):
LCD line, pos, data$

More information in the MicroMite User Manual (Page 27/28 in v5.03)
 
envirotronics
Newbie

Joined: 18/02/2016
Location: Australia
Posts: 23
Posted: 09:32pm 23 Apr 2017
Copy link to clipboard 
Print this post

Thank you Whitewizzard
Much appreciated
Regards
Grahamjavascript:AddSmileyIcon('')
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025