Python Forum
How would i go about making test-pattern images through Rpi via HDMI? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: How would i go about making test-pattern images through Rpi via HDMI? (/thread-375.html)



How would i go about making test-pattern images through Rpi via HDMI? - john.t - Oct-08-2016

Hello,
Iv'e just started using raspberry pi and people told me that python is a good code language to start playing with RPi.
My question is does anybody know how to (or have a py code) create a python code for making test-pattern images through Rpi via HDMI?


RE: How would i go about making test-pattern images through Rpi via HDMI? - Larz60+ - Oct-08-2016

What type of test paterns are you looking for?

For example images (raster), or vector drawings.

with what graphics package tkinter?