Skip to content

Instantly share code, notes, and snippets.

@TG9541
Last active May 30, 2024 17:06
Show Gist options
  • Save TG9541/43cd10e479ae440071401f056311e5d5 to your computer and use it in GitHub Desktop.
Save TG9541/43cd10e479ae440071401f056311e5d5 to your computer and use it in GitHub Desktop.
Raspberry Pi Zero W with a simple

Using a cheap video display as a Raspberry Pi monitor

Displays with 4.3" and 16:9 ratio like the one below are available from Chinese outlets for less than $10. Resolution is 480x272 but it's not clear if that's the raw resolution or actual RGB pixels. Power supply is 12-24V (actually 9-34V). Two video inputs are provided, one has priority. If used with a rear-view camera the lower-priority input can be used as a status display. If no video input is provided the display is in standby.

image

Use TV monitor output

Assuming that the native resolution of the monitor is 480 lines tvservice -c "NTSC 4:3 P" should provide a stable image for direct TV-out settings. The commad also shows the corresponing sdtv_mode value.

In vim /boot/config.txt

## https://mlagerberg.gitbooks.io/raspberry-pi/content/3.5-analog-video-output.html
hdmi_ignore_hotplug=1

## uncomment for composite PAL
sdtv_mode=16

Keyboard,

https://github.com/mmoller2k/pikeyd

Single Window WM

https://bbs.archlinux.org/viewtopic.php?id=92948

Initial X11 installation

cp /etc/X11/xinit/xinitrc ~/.xinitrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment