kemonine
kemonine commented on issue PiFrame/piframe#42 2020-08-28 03:54:06 +00:00
Move UI to Go
apt install build-essential
git clone --depth 1 https://github.com/raspberrypi/firmware
cd firmware
cp -rv opt/vc /opt
cd ..
git clone https://github.com/raspberrypi/userland
cd userland
./buildme --aarch64
cd ..
git clone https://github.com/raysan5/raylib.git
cd raylib/src
make PLATFORM=PLATFORM_RPI
make PLATFORM=PLATFORM_RPI install
cd ../examples
make PLATFORM=PLATFORM_RPI
kemonine pushed to master at PiFrame/piframe 2020-08-28 00:32:27 +00:00
926435f924 Move to go for secondary services we have built specifically for piframe
27c75c7a2d Move to go for secondary services we have built specifically for piframe
Compare 2 commits »
kemonine pushed to master at PiFrame/piframe 2020-08-28 00:27:40 +00:00
27c75c7a2d Move to go for secondary services we have built specifically for piframe
kemonine opened issue PiFrame/PiFrameFleet#3 2020-08-27 15:06:39 +00:00
Rewrite monit-dashboard in Go
kemonine opened issue PiFrame/piframe#42 2020-08-27 14:22:05 +00:00
Move UI to Go
kemonine pushed tag 20200827-1 to PiFrame/piframe-go 2020-08-27 14:10:32 +00:00
kemonine commented on issue PiFrame/piframe#36 2020-08-27 14:06:39 +00:00
web.py management

Marking issue as wontfix and closing as we will be prioritizing Go as the preferred PiFrame language instead of Python.

kemonine closed issue PiFrame/piframe#36 2020-08-27 14:06:39 +00:00
web.py management
kemonine commented on issue PiFrame/piframe#40 2020-08-27 14:05:48 +00:00
Switch ALL PiFrame code to Go

Closing ticket as the UI is a more complicated rewrite than expected. Will create separate issue for the Future milestone with the UI rewrite.

kemonine closed issue PiFrame/piframe#40 2020-08-27 14:05:48 +00:00
Switch ALL PiFrame code to Go
kemonine commented on issue PiFrame/piframe#40 2020-08-27 14:05:20 +00:00
Switch ALL PiFrame code to Go

inotify has been rewritten in Go

kemonine pushed to master at PiFrame/piframe-go 2020-08-27 14:02:50 +00:00
88b60f2df0 Added inotify watcher for restarting slideshow when files are changed/deleted/added
kemonine pushed to master at PiFrame/piframe-go 2020-08-27 13:54:25 +00:00
b608f61506 Fixup package name
kemonine pushed tag 20200826-1 to PiFrame/piframe-go 2020-08-26 16:49:31 +00:00
kemonine pushed to master at PiFrame/piframe-go 2020-08-26 16:48:58 +00:00
9e0f43173d Add basic changelog and drone setup
0765be9c91 Tweak changelog for different tag symantics
fa717dd968 Add basic changelog and drone setup
Compare 3 commits »
kemonine pushed to master at PiFrame/piframe-go 2020-08-26 16:48:40 +00:00
0765be9c91 Tweak changelog for different tag symantics
kemonine deleted tag 20200826.1 from PiFrame/piframe-go 2020-08-26 16:48:02 +00:00
kemonine pushed tag 20200826.1 to PiFrame/piframe-go 2020-08-26 16:47:04 +00:00
kemonine pushed to master at PiFrame/piframe-go 2020-08-26 16:46:46 +00:00
fa717dd968 Add basic changelog and drone setup
2c2d970764 Update changelog for first real release
86b96366cc Added drone config and notes to readme/changelog
be2111657e Add basic changelog
Compare 4 commits »
kemonine pushed to master at PiFrame/piframe-go 2020-08-26 16:46:03 +00:00
2c2d970764 Update changelog for first real release