-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build the project. #15
Comments
Hi, are you on windows by any chance? If so, most windows versions don't support symbolic links, but that's because windows sucks :) I think if you use linux emulation inside windows, it'll work (it also works on Mac out of the box). Otherwise, look at this
What you need to do is remove the 4 symlinks and copy the files from one directory up, in their place. |
For the define, have a look at
I'm not sure how your pixels are layed out. If they are in a straight panel, you'll probably want M24BY24 and fix it to be 32x32. |
Hi Marc, I am so glad you were able to reply. I was reluctant to approach since you are quite busy with stuff. Anyway, I am able to make some of your animations work from this repo by replacing the files needed instead of links: Pacman still doesn't work as it has a missing library. I uncommented the M24BY24 and changed the settings to 16, 16, 2, 2 and others for the layout TOP + LEFT etc that had worked in simpletest and GFXTest as you had suggested because M16BY16T4 gave me some build errors. I am trying to build it on a RaspberryPi and it doesn't work. I bet that is a linux but not sure why. |
I will try to do the same today with GIFAnimations as that is what i built this display for. I am still trying to figure out how to upload the gif as a file system to an esp32 as I am new to filesystems in general but I have followed this project for quite a while and it was ported to PlatformIO for VS Code and uploading FS is a breeze. You might wanna check it out: |
I am very busy, I can't help people with their code, but I do my best to help people with the code I published, otherwise it's not very useful if you can't use it ;) For the filesystem, try SPIFFS and the arduino plugin: https://github.com/lorol/arduino-esp32fs-plugin/releases |
Dear Marc,
Hope this message finds you well. I am not sure how to build the SimpleGifAnimViewer example for ESP32. It says
Is it possible for you to provide the relevant libraries in one folder instead of links. I have been trying to find libraries that are referenced many times that might be installed on your system but not on mine so my project doesn't build.
Any help is appreciated. I hope I can animate this thing (also confused whether I should choose M16BY16T4 or ESP32 or both as #define:
The text was updated successfully, but these errors were encountered: