Slide 1

Slide 1 text

Raspberry Pi Config Editor Raspbian – Linux - Windows

Slide 2

Slide 2 text

What is the config editor? • First it is a normal editor app • It’s specialized to edit the config.txt file of a Raspberry Pi • It got highlighting functions for the properties • And it is visually - it displays the most cryptic codes of the configuration settings • You can CLICK and SELECT instead of TYPE and SEARCH

Slide 3

Slide 3 text

How does a config.txt look like? • Lots of properties • Cryptic values • Uncomfortable editing Edited with nano on an Pi

Slide 4

Slide 4 text

The editor with more fun Groups for properties Valid values with explanations

Slide 5

Slide 5 text

Your decision: change whenever you want Visual input Editor with highlighting

Slide 6

Slide 6 text

An example • We want to setup a Raspberry Pi with a 5” display • The display needs a fixed resolution of 800x480 pixels (15:9) • It’s power connected via USB from our Raspberry Pi What properties do we have to set in the config.txt ?? ?

Slide 7

Slide 7 text

Start as usual • Download your image from raspberrypi.org/downloads • Write image to the SD card • Just let the card in the reader • And start the Raspberry Pi Config Editor

Slide 8

Slide 8 text

It‘s easy… • Open the config.txt of your Pi • First activate more USB power on the group- page USB

Slide 9

Slide 9 text

Setup the display • Select HDMI • Set HDMI drive to Normal DVI mode • Change HDMI group to DMT • And choose our resolution in HDMI mode • Ohh – our display is not supported! • But we can use a special mode: choose Custom mode

Slide 10

Slide 10 text

Setup the display • Switch to the group Custom mode • And enter our values: 800 480 60 6 0 0 0 • Press SAVE button • Ready

Slide 11

Slide 11 text

Let‘s look what the code looks like

Slide 12

Slide 12 text

And a test? Great, it works

Slide 13

Slide 13 text

Download You can download it from my homepage: https://techpluscode.de/rpiconfigedit-en/ You can download it on github: https://github.com/tangielsky/rpiconfigedit

Slide 14

Slide 14 text

Contact and ideas? I’m happy for you ideas, and comments. You can write to me ideas and issues on github: https://github.com/tangielsky/rpiconfigedit Or with the contact form of my blog: https://techpluscode.de/start/kontakt/ Thanks for that!

Slide 15

Slide 15 text

What‘s inside The app is coded with Lazarus and is Freeware! https://www.lazarus-ide.org Because of that you can use it on nearly every computer system. Just compile it by yourself with Lazarus. You can download the source also on github: https://github.com/tangielsky/rpiconfigedit

Slide 16

Slide 16 text

Become curious? Check the webpage of rpiconfigedit https://techpluscode.de/rpiconfigedit-en/ Or on Hackster.io https://www.hackster.io/tangielsky/raspberry-pi-config- editor-1f249d © 2019 T. Angielsky