Giter Site home page Giter Site logo

womolin-display's Introduction

WomoLIN Display

This project should result in a control unit of a mobile home. The aim of the project is to display and control the sensors and functions of the motorhome centrally via a touch panel.

The whole thing will work together with WomoLIN to ensure the greatest possible compatibility with different manufacturers.

Current State

It's a working prototype. After installation, it will start and show the Tank status. The status itself comes from a MQTT Server that you need to provide or install on the RPI.

You can change and modify the settings comfortably from the GUI itself by accessing the settings dialog.

Used Hardware

I used my wifi-hotspot Raspberry Pi for the GUI.

Please note: at the current state, this Project only works on 1024x600 pixel and provides no other configurations.

Installation

Before you can use the software, make sure to have the required system dependencies installed. On Debian or Ubuntu Systems it should be something like:

apt -y install libmosquitto-dev libsdl2-dev

If you want to give it a try, take a look at the INSTALL.md documentation.

Screenshots

Main Screen

Settings

Battery state

Gas level

On screen error reporting

Prepare simulator

In order to run it on a simulator, you have to change the Symlink of lv_conf.h, lv_drv_conf.h, and Makefile to simulator.

cd src
git update-index --skip-worktree lv_conf.h lv_drv_conf.h
ln -sf lv_conf.h.simulator lv_conf.h
ln -sf lv_drv_conf.h.simulator lv_drv_conf.h
cd ..
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build .

To run it on the Raspberry PI, please use:

cd src
git update-index --skip-worktree lv_conf.h lv_drv_conf.h
ln -sf lv_conf.h.raspberry lv_conf.h
ln -sf lv_drv_conf.h.raspberry lv_drv_conf.h
cd ..
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .

License

womolin.display (c) by Martin Verges.

womolin.display is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-nc-sa/4.0/.

Design

A special thanks to the excellent designer Florian Koczy, who developed the design for this project!

womolin-display's People

Contributors

martinverges avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.