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
#!/bin/bash | |
# (C) 2014 Roland Latour, gpl v2 | |
# from http://user.cavenet.com/rolandl | |
# uses zenity to create/move popup window as a timer | |
################################################################### | |
# modified by Samuele Rini | |
# | |
# https://github.com/dentex/ | |
# https://dentex.github.io/ |
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/python -u | |
# -*- coding: utf-8 -*- | |
""" | |
Copyright 2017 Samuele Rini | |
Modified from: | |
https://bitbucket.org/ryanteckltd/16x2-python-i2c-lib/ | |
https://www.raspberrypi.org/forums/viewtopic.php?f=32&t=34261&p=378524 |
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/python -u | |
""" | |
MIT License | |
Copyright (c) 2016 Samuele Rini | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights |
NewerOlder