A testbed project for HUB75 panels with WebUI #171
vortigont
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I think this has the possibility of being really useful, especially if it was combined with the web tools stuff I was looking at, so it would really easy to get a user to install it. I need to figure out the flashing the filesystem part of the web flash thing, although it should not be too hard Maybe people would disagree, but I think patterns part is not as useful as the dma part, I think a few pre baked options to display would be all you need |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I find it so frustrating to code/modify/flash any simple patterns/configuration to test this lib, so I decided to spend some time and make a testbed with an easy to use WebUI. Now on since we have a pretty well destructable object and (almost) all options could be specified run-time or on object creation this makes it even more reasonable to have something more complex than a simple examples. So here is what I came up with - esp32-hub75-testbed project.
It is based on EmbUI framework and let you create and test almost all features of this lib on the fly via simple WebUI interface.
Currently it is just a barely working sketch with tons of bugs and issues but... just need to know if this could be of any use?
Available options:
It could be build with platformio, a proper FS image required.
Known issues:
An example screenshots
@mrfaptastic @witnessmenow
Beta Was this translation helpful? Give feedback.
All reactions