Coder Social home page Coder Social logo

pictureframe-ansible's Introduction

Matt Moretti (werebus)
Repository Stats Activity and Community Language Usage Issue Resolution

pictureframe-ansible's People

Watchers

 avatar  avatar

pictureframe-ansible's Issues

Config.txt

Also needs to be put in place - bye-bye rainbow square

Custom splash file?

The .fb file was generated using fbv on a particular display. When you display it on a device with a different resolution, it doesn't look too good.

Ansible could put a jpeg in place, and do the creation itself:

  • fbv filename.jpg
  • sudo cp /dev/fb0 /root/start.fb

Expire vs "lock"

Expiring the root user also means that sudo su doesn't work. Is that bad? Not sure.

Setting the password attribute to 'x' also works. Although it seems like it makes the bootstrap step not work on a retry. (because become via su stops working).

dd's in fim service file are display-specific

they wipe out enough pixels for my original picture frame, but they should probably be dynamically sized:

cat /sys/class/graphics/fb0/virtual_size
1824,984
cat /sys/class/graphics/fb0/bits_per_pixel
32

1824 * 984 * 32 / 8 = 7179264 for example

sudo dd if=/dev/zero of=/dev/fb0 bs=7179264 count=1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.