shunte88 wrote: > 5 is an invalid driver, it should just abend like that but tell you the > available options > > which it did on my build environment > > Code: -------------------- > > pi@zebra001:~/LMSMonitor $ sudo bin/lmsmonitor --name "caracara" --verbose -c -rbkd -o5 > Supported OLED types: > 1 ...: Adafruit SPI 128x64 > 3 ...: Adafruit I2C 128x64 > 4 ...: Seeed I2C 128x64 > 6* ..: SH1106 I2C 128x64 > 7 ...: SH1106 SPI 128x64 > > * is default > lmsmonitor: you specified 5, it is an invalid 128x64 OLED type -------------------- > > > > IT LOOKS LIKE ITS THE SPACE IN \"--OLED 5 \"THAT'S THE CAUSE OF ABEND > > USE -O[DRIVER] OR --OLED=DRIVER. NO SPACES FOR THIS PARAMETER > > > I'll track that down and fix it. > > I don't think it likes the space on the "*-o 3*" either - use -o3 > > Your device is an I2C flavor, SPI and IIC are nothing more than ways > of talking to the device, but they are different entities > > from the list you can see that the I2C is applicable for 3, 4, and 6 > only > > 6 is the default if you don't override > > gomonitor eats all of the output so stick with calling the lmsmonitor > binary directly while you troubleshoot > > gomonitor is a "helper" script - it hides some of the complexities, if > you really want to take control use lmsmonitor > > on my setup I use gomonitor on startup and while I'm tooling on the > solution I'm at the command line using lmsmonitor > > I just pushed an update, fresh binary and gomonitor script > > was your cabling Ok? > > also, have you used the OLED on any other solution and had it working?
Hello, I changed from pi zero to pi 4 and used driver 4 and it is working! There must be something wrong with my pi zero I believe. Thank you for your help and sorry for the trouble caused. I will try to get the pi zero working also. test ------------------------------------------------------------------------ Jursi's Profile: http://forums.slimdevices.com/member.php?userid=69100 View this thread: http://forums.slimdevices.com/showthread.php?t=111790 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
