From 5e691e222b44a42be22ca66c0a72aa0d9a4c3bcd Mon Sep 17 00:00:00 2001 From: langolierz Date: Tue, 16 Oct 2018 16:43:56 +0000 Subject: [PATCH] small bug fix plus updating the changes doc --- dotfiles/documenting_steps_from_old_img_to_working_here.md | 4 +++- video_centre/video_driver.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dotfiles/documenting_steps_from_old_img_to_working_here.md b/dotfiles/documenting_steps_from_old_img_to_working_here.md index 8dd1af4..a0dbd8d 100644 --- a/dotfiles/documenting_steps_from_old_img_to_working_here.md +++ b/dotfiles/documenting_steps_from_old_img_to_working_here.md @@ -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 diff --git a/video_centre/video_driver.py b/video_centre/video_driver.py index 772d9fa..4b5f157 100644 --- a/video_centre/video_driver.py +++ b/video_centre/video_driver.py @@ -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):