File tree 7 files changed +49
-0
lines changed
7 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ #=======================================================================
2
+ # Copyright Nicholas Tuckett 2015.
3
+ # Distributed under the MIT License.
4
+ # (See accompanying file license.txt or copy at
5
+ # http://opensource.org/licenses/MIT)
6
+ #=======================================================================
7
+
1
8
#!/usr/bin/python
2
9
import sys
3
10
import os
Original file line number Diff line number Diff line change
1
+ #=======================================================================
2
+ # Copyright Nicholas Tuckett 2015.
3
+ # Distributed under the MIT License.
4
+ # (See accompanying file license.txt or copy at
5
+ # http://opensource.org/licenses/MIT)
6
+ #=======================================================================
7
+
1
8
import smbus
2
9
3
10
I2C_BUS = 1
Original file line number Diff line number Diff line change
1
+ #=======================================================================
2
+ # Copyright Nicholas Tuckett 2015.
3
+ # Distributed under the MIT License.
4
+ # (See accompanying file license.txt or copy at
5
+ # http://opensource.org/licenses/MIT)
6
+ #=======================================================================
7
+
1
8
import socket
2
9
3
10
LIRCD_ADDRESS = "/var/run/lirc/lircd"
Original file line number Diff line number Diff line change
1
+ #=======================================================================
2
+ # Copyright Nicholas Tuckett 2015.
3
+ # Distributed under the MIT License.
4
+ # (See accompanying file license.txt or copy at
5
+ # http://opensource.org/licenses/MIT)
6
+ #=======================================================================
7
+
1
8
#!/usr/bin/python
2
9
'''
3
10
PiMony -- Smart remote control prototype
Original file line number Diff line number Diff line change
1
+ #=======================================================================
2
+ # Copyright Nicholas Tuckett 2015.
3
+ # Distributed under the MIT License.
4
+ # (See accompanying file license.txt or copy at
5
+ # http://opensource.org/licenses/MIT)
6
+ #=======================================================================
7
+
1
8
'''
2
9
Created on 25 May 2014
3
10
Original file line number Diff line number Diff line change
1
+ #=======================================================================
2
+ # Copyright Nicholas Tuckett 2015.
3
+ # Distributed under the MIT License.
4
+ # (See accompanying file license.txt or copy at
5
+ # http://opensource.org/licenses/MIT)
6
+ #=======================================================================
7
+
1
8
BACKGROUND_COLOUR = "background-colour"
2
9
BORDER_COLOUR = "border-colour"
3
10
BORDER_WIDTH = "border-width"
Original file line number Diff line number Diff line change
1
+ #=======================================================================
2
+ # Copyright Nicholas Tuckett 2015.
3
+ # Distributed under the MIT License.
4
+ # (See accompanying file license.txt or copy at
5
+ # http://opensource.org/licenses/MIT)
6
+ #=======================================================================
7
+
1
8
#
2
9
# Style data:
3
10
# text_colour
You can’t perform that action at this time.
0 commit comments