Python Forum
python script for gfx hat (LCD for raspberry)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python script for gfx hat (LCD for raspberry)
#5
Hi,

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
Reply


Messages In This Thread
RE: python script for gfx hat (LCD for raspberry) - by noisefloor - Jul-03-2019, 12:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Re-write BASH script to Python script popi75 5 3,516 Apr-30-2021, 03:52 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020