-
Notifications
You must be signed in to change notification settings - Fork 84
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
Reflow Master Pro ESP32 Code ¿? #24
Comments
Yes Go ahead! |
No, reflow Master Pro is not open source. |
You want to add functionality to your Reflow Master Pro? Or you want to add functionality from the Reflow Master Pro to your own non Reflow Master Pro setup? Can you be more specific? What functionality did you want added? |
Thank you very much for your reply. I wanted to add PWM for fan outputs and also ideally I wanted to be able to turn the graphical interface 90 degrees so I can use it vertically as it would better fit my toaster oven. I am also thinking about changing the display to an smaller one.
|
@jaimelaborda AUX output is already PWM - You have the ability to set the FREQ and the % is the duty cycle. If you can source a 2.2" ILI9341 screen that's 320x240, you can just switch the screens out, but that's not much smaller. Going smaller also drops the resolution and that's not compatible with the firmware. Screen rotation or alternate resolution is not possible as the code is written fixed for 320x240 in the specific orientation the RMP ships in. |
It is Reflow Master Pro ESP32 code available open source? I wanted to add some improvements to my oven.
The text was updated successfully, but these errors were encountered: