Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 15:42 27 Nov 2024 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 : MMX with two display panels

Author Message
dittko
Newbie

Joined: 04/10/2023
Location: United Kingdom
Posts: 3
Posted: 08:55am 16 Oct 2023
Copy link to clipboard 
Print this post

I am trying to do something that uses two ILI9341 panels. One of those panels is going to be with static information for most of the time, so my idea is to control them as one, and just multiplex the CS signal through 74LVC1G19 where the actual CS will go to the /E input, and the A input will be another output which will set which panel I will be using. Thus, from MMX's perspective it will be driving a single panel just like it does now.

The only problem in this model is that there is no way for me to force a display initialisation when I need it, so I can first initialise both the panels. It seems it is performed only once when the OPTION DISPLAY command is executed.
Would there be any chance I request this (forcing display re-initialisation) included in a next version?

Thanks
 
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 896
Posted: 09:01am 16 Oct 2023
Copy link to clipboard 
Print this post

Not sure if it is implemented but probably is as its in all the other MMBasic versions. Try
GUI RESET LCDPANEL
Will reinitialise the configured LCD panel. Initialisation is automatically
done when the Micromite starts up but in some circumstances it may be
necessary to interrupt power to the LCD panel (eg, to save battery power) and
this command can then be used to reinitialise the display.
Latest F4 Latest H7
 
dittko
Newbie

Joined: 04/10/2023
Location: United Kingdom
Posts: 3
Posted: 09:16am 16 Oct 2023
Copy link to clipboard 
Print this post

Ah, I must have missed that one. Will try it at first chance. Thanks!
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3150
Posted: 12:29pm 16 Oct 2023
Copy link to clipboard 
Print this post

  dittko said  I am trying to do something that uses two ILI9341 panels.


CaptainBoing has a fruitoftheshed page on using Multiple LCD panel displays. I have no idea whether or not it suits your needs.
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
Print this page


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

© JAQ Software 2024