Difference between revisions of "RPi Test Card"

From BATC Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
'''Animated test cards using the Raspberry Pi.'''
 
'''Animated test cards using the Raspberry Pi.'''
 
  
 
The latest version is [[media:tcanim1v15.zip]]
 
The latest version is [[media:tcanim1v15.zip]]
Line 20: Line 19:
  
 
The version that featured in CQ-TV 251 is [[media:tcanim1v04.zip]]
 
The version that featured in CQ-TV 251 is [[media:tcanim1v04.zip]]
 +
 +
 +
'''Tips:'''
 +
 +
To set the HDMI output to 720 x 576 x 25i, uncomment and edit these lines in /boot/config.txt and then reboot:
 +
 +
hdmi_group=1
 +
 +
hdmi_mode=17
 +
 +
 +
'''Problems:'''
 +
 +
Running on Raspbian Jessie Lite gave the error message:
 +
 +
./tcanim1v15: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
 +
 +
To fix this, while connected to the internet, type:
 +
sudo apt-get install libjpeg8

Revision as of 23:32, 24 June 2016

Animated test cards using the Raspberry Pi.

The latest version is media:tcanim1v15.zip


New features:

Multiple images may be specified, changing at a specified rate.

Both the banner and balloons may be turned off.

A bug which could cause a graphics crash after a few hours has been fixed.

Instructions are included to disable the RPi screen saver.


This is a short video of an animated test card: media:tcanim.mpg


The version that featured in CQ-TV 251 is media:tcanim1v04.zip


Tips:

To set the HDMI output to 720 x 576 x 25i, uncomment and edit these lines in /boot/config.txt and then reboot:

hdmi_group=1

hdmi_mode=17


Problems:

Running on Raspbian Jessie Lite gave the error message:

./tcanim1v15: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

To fix this, while connected to the internet, type: sudo apt-get install libjpeg8