infopanel icon indicating copy to clipboard operation
infopanel copied to clipboard

Show live data, animations, pictures, or anything on simple displays like RGB matrices

Results 11 infopanel issues
Sort by recently updated
recently updated
newest added

Trying to have fun with this awesome Project, but getting following errors: :228: RuntimeWarning: Your system is neon capable but pygame was not built with support for it. The performance...

I am trying to programmatically create dynamic text sprites within a custom scene. I am building the sprite like this: `text_1 = sprites.DynamicFancyText(width, height, data_source=None)` `text_1.x = 30` `text_1.y =...

So dx seems to be simple: - 0 (default) Sprites scroll from left to right - 1 Sprites scroll from right to left So why is my text scrolling from...

Hello i try to install but have severals error : command : `root@DietPi:~/infopanel# python setup.py install` response : ``` Running pytest-5.4.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3CSZEj/pytest-5.4.3/egg-dist-tmp-3L0ln6 File "build/bdist.linux-armv7l/egg/_pytest/mark/evaluate.py", line 17 def...

Hello, Is it possible to get a random animated gif from an directory? for example: random_gif: type: AnimatedGif path: /home/pi/gifs/*.gif Regards, Joey

There are other free news sources like the NYT and NewsAPI listed below that you may want to consider as a future enhancement... ~~~ https://newsapi.org/docs/get-started https://archive.nytimes.com/www.nytimes.com/services/xml/rss/index.html --> http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml ~~~ also,...

The animated gif sprite does not correctly reset the frame number back to 0 after the first loop. In fact, when the frame count is set to zero in the...

This is a sprite that will display time or date formatted by Linux style "strftime" ~~~ sprites: - DayTime: x: 25 y: 10 ticks_per_movement: 2 dx: -1 can_flip: false strftime:...

I did a new version of your DynamicFancyText sprite that allows the color to be in the config file... it also builds this format: label-data-units --> CO2: 234.2 ppm, all...

Hello, first of all thanks for having created such an awesome project! I have actually forked the project locally and heavily modified it to have additional features (animated transitions between...

enhancement