Skip to content

Instantly share code, notes, and snippets.

@truthadjustr
Created January 15, 2019 05:28
Show Gist options
  • Save truthadjustr/d56e7339c98b958e0c50cea5f5522fab to your computer and use it in GitHub Desktop.
Save truthadjustr/d56e7339c98b958e0c50cea5f5522fab to your computer and use it in GitHub Desktop.

Revisions

  1. truthadjustr created this gist Jan 15, 2019.
    23 changes: 23 additions & 0 deletions 99-calibration.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    Section "Device"
    # WaveShare SpotPear 3.5", framebuffer 1
    Identifier "uga"
    driver "fbdev"
    Option "fbdev" "/dev/fb1"
    Option "ShadowFB" "off"
    EndSection

    Section "Monitor"
    # Primary monitor. WaveShare SpotPear 480x320
    Identifier "WSSP"
    EndSection

    Section "Screen"
    Identifier "primary"
    Device "uga"
    Monitor "WSSP"
    EndSection

    Section "ServerLayout"
    Identifier "default"
    Screen 0 "primary" 0 0
    EndSection