- Create a PNG of the appropriate size (check with
fbset
), put it in/home/pi/splash.png
/boot/config.txt
- add
disable_splash=1
- add
/boot/cmdline.txt
- add
logo.nologo consoleblank=0 loglevel=1 quiet
to the end of the cmdline
- add
sudo systemctl disable getty@tty3
sudo apt install fbi
sudo vi /etc/systemd/system/splashscreen.service
- fill with contents:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import base64 | |
import broadlink | |
import click | |
import json | |
import pdb | |
def split_csv(ctx, param, value): | |
return [x.strip() for x in value.split(',')] | |
def generate_temps(min, max, step): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import urllib2 | |
import json | |
import itertools | |
import sys | |
import argparse | |
def groupby(data, key): | |
kf = lambda x: x[key] | |
result = itertools.groupby(sorted(data,None,kf), kf) |
I hereby claim:
- I am bmfurtado on github.
- I am bmfurtado (https://keybase.io/bmfurtado) on keybase.
- I have a public key whose fingerprint is 0A2D 3FA4 400D 50E2 FA6F FBA0 9F8D B6C6 2F7A 84B8
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to: https://github.com/bmfurtado/iterm2-cssh |