mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-13 20:00:12 +01:00
small bug fix plus updating the changes doc
This commit is contained in:
@@ -35,10 +35,12 @@ i had of10 zipped on a flashdrive already (wget errored about insecure connectio
|
|||||||
|
|
||||||
## setup:
|
## 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 ... )
|
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:
|
these amount to the following in the config:
|
||||||
```
|
```
|
||||||
dtparam=i2c_arm=on
|
dtparam=i2c_arm=on
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ class VideoDriver(object):
|
|||||||
|
|
||||||
self.root.after(self.delay, self.begin_playing)
|
self.root.after(self.delay, self.begin_playing)
|
||||||
self.print_status()
|
self.print_status()
|
||||||
#self.update_video_settings()
|
self.update_video_settings()
|
||||||
|
|
||||||
|
|
||||||
def update_video_settings(self):
|
def update_video_settings(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user