Jul-03-2019, 12:12 AM
Hi,
And this will work on systems with no graphics environment running as well, as long as you try not to display something on the system itself.
Regards, noisefloor
Quote: -Can we display pictures in a LCD on gpio without graphical environment ?Yes, you can. Basically what the code of your 1st post is doing is to iterate over an object of an PIL image and set the pixels of the display accordingly. So everything which can be read into a PIL image should be possible to display on your LCD.
And this will work on systems with no graphics environment running as well, as long as you try not to display something on the system itself.
Regards, noisefloor