Rippert
Rippert
@JonathanCooper , I would love to build the latest Guitarix on OSX. Do you have your notes on this available online somewhere? Thanks, Ted
I believe you can also avoid the Roboto Condensed install by using the flag `--install-roboto-font` to use the included version of the font. Not sure if that works on OSX...
Hi, I'm using an older, python 2, version of Zap2EPG and seeing the same problem. Is there an easy way to escape all text values written to the XML file?...
Thanks. I just implemented @Kensit solution. Seems to be working in my tests so far. I'm sure @jbreen60030 solution would work, but I'm a newbie at Python also, and I...
@squirtbrnr , I followed @Kensit instructions, and it seemed to fix the identical problem I was having. Which instructions did you follow? They should all work, but I can only...
Sorry, just noticed you are using a Docker container, so I guess you're editing whatever you use to create that and then recreating the container. It did occur to me...
I really wanted to leave the backlight off on my display when not using it, and possibly someone else reading this does also, so here's a workaround using the wiringpi...
``` $ pip list | grep luma luma.core 1.8.3 luma.emulator 1.1.0 luma.examples 0.0.0 /home/alarm/src/luma.examples luma.lcd 1.1.0 luma.led-matrix 1.1.1 luma.oled 3.1.0 ``` In terms of why I want to use the...
``` $ pip list --outdated Package Version Latest Type --------- ------- ------ ----- luma.lcd 1.1.0 1.1.1 wheel luma.oled 3.1.0 3.1.1 wheel pip 18.1 19.0.3 whee ```
I went ahead and updated everything in the list. It didn't make a difference, which I thought would be the case looking at the commits between 1.1.0 and 1.1.1. Thanks...