small bug fix plus updating the changes doc

This commit is contained in:
langolierz
2018-10-16 16:43:56 +00:00
parent 24f2f17a60
commit 5e691e222b
2 changed files with 4 additions and 2 deletions

View File

@@ -35,10 +35,12 @@ i had of10 zipped on a flashdrive already (wget errored about insecure connectio
## setup:
need to delete the old settings : `rm json_objects/settings.json` and create a `Shaders` folder,
need to delete the old settings : `rm json_objects/settings.json` and create a `Shaders` folder, also need to put default.vert shader in there for any shaders to work !
i think will need to turn on the i2c and serial interfacing... (and maybe that serial switvhing thing .. oh and the clocking for midi serial ... )
NOTE: need to disable console logging and enable seial through the raspi-config !
these amount to the following in the config:
```
dtparam=i2c_arm=on

View File

@@ -24,7 +24,7 @@ class VideoDriver(object):
self.root.after(self.delay, self.begin_playing)
self.print_status()
#self.update_video_settings()
self.update_video_settings()
def update_video_settings(self):