-
Notifications
You must be signed in to change notification settings - Fork 5
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
esp32-wroom-32 #2
Comments
@cloud263 The ESP32 used in this project is a WROOM32 as well. So depending on your setup I would assume it should work almost with no changes required. If you provide some details, like if you are trying to use a certain breakout board with an ESP32 I could have a look. Best regards |
Hello, I have modified a few codes, and the picture can be displayed, but it seems that there is a problem with the color. Does the picture display use the Floyd-Steinberg mode? |
Currently it tries to set the BMP file as close as possible without any processing: So no, I currently do not use any additional Algo on the esp32 itself. For me the most important issue was to pass in correct bmp24 files as depending on their encoding it will not work. I also used this node.js app to auto generate correct BMPs which can be served via a cloud service: |
I want to transplant the project to the ESP32-WROOM-32 chip. What parts need to be modified to modify the source code?
Best regards.
The text was updated successfully, but these errors were encountered: