Closed BackMountainDevil closed 3 years ago
I have tried some idea and found a solution to it - delete the argument logging.
# File: fluidiscopeIO.py
## before
fg.ledarr.send("PXL", pos, list( self.ids[prop_help].fl_value),logging=1)
## after
fg.ledarr.send("PXL", pos, list( self.ids[prop_help].fl_value))
That make it show me the 8x8 panel to operate the matrix. One morething: its appearaner may not be a smile on my raspi
As the README.md says
I do that and it broke down. Output are below.
My Steps
mosquitto_pub -t /S007/LAR01/RECM -m "PXL+2+127+255+50"
. work wellError Output
Press “Start Preview” + Press “CUS”
Click to show
```bash pi@raspberrypi:~ $ ./UC2.sh [INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_21-07-24_5.txt [INFO ] [Kivy ] Installed at "/home/pi/berryconda3/envs/UC2envBERRYCONDA_VERSION=3/lib/python3.6/site-packages/kivy/__init__.py" [INFO ] [Python ] v3.6.1 | packaged by rpi | (default, Apr 20 2017, 19:35:19) [GCC 4.9.2] [INFO ] [Python ] Interpreter at "/home/pi/berryconda3/envs/UC2envBERRYCONDA_VERSION=3/bin/python" [INFO ] [Factory ] 186 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored) [INFO ] [Text ] Provider: sdl2 [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] Backend usedNormal output
Only Press “Start Preview”
Click to show
```bash pi@raspberrypi:~ $ ./UC2.sh [INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_21-07-24_4.txt [INFO ] [Kivy ] Installed at "/home/pi/berryconda3/envs/UC2envBERRYCONDA_VERSION=3/lib/python3.6/site-packages/kivy/__init__.py" [INFO ] [Python ] v3.6.1 | packaged by rpi | (default, Apr 20 2017, 19:35:19) [GCC 4.9.2] [INFO ] [Python ] Interpreter at "/home/pi/berryconda3/envs/UC2envBERRYCONDA_VERSION=3/bin/python" [INFO ] [Factory ] 186 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored) [INFO ] [Text ] Provider: sdl2 [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] Backend usedfail tried
I see the history of
UC2-GUI/fluidiscopeIO.py
. I find the argument 'logging' is 0 one year ago. Then I change it from 1 into 0. Do quick test and get the same reult. Thenk I lookMQTTDevice.py
for function send(). It seems nothing wired.Have you met such thing before? Any advice will be appreciate