-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) #18817
SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) #18817
Conversation
Users were asking about this in the Makerbase Facebook group, so it’s a welcome addition 🙂 |
i asked him it cause makerbase inverted display area. Cause of if, a lot of users (including me) need to mount display inverted... |
Is this new |
No. What MKS called No user got
LVGL: DOGM upscaled: Its just the SPI version of the emulated dogm we already have, for display/boards that are SPI only, like the Robin Nano v2 and MKS Gen L 2.0. |
I did some cleanups and as far as I can tell all functionality is preserved as-written. The one "correction" I made was to change Please review the code as it is not, and especially the LCD initializations done with |
Hi |
Another issue |
Confirmed. In the marlin the Z only moves for one side in Nano v2 board. Tried MKS marlin version, and it's working fine. I will try to find out the reason. |
Just found the problem and sent a fix... Waiting for 2.0.6.1 heheh |
Seems everything ok. I dont know it the |
…snt working for me...)
Does the Robin nano V2 have no Boards that have a If the base beeper that comes with this board can only make beeps, then it might be good to disallow |
History: first I thought that was a problem in the beep and I disabled it at all, because it was freezing everything. After I found that my config was wrong - I had SPEAKER enabled, but this board only have a beeper. So I restored the BEEPER_PIN and added that safe check. |
…irmware#18817)" This reverts commit 797d457.
Description
This add support for the emulated DOGM through SPI: SPI_GRAPHICAL_TFT. Add XPT2046 HW SPI version too.
Benefits
Text UI will never die!! 🎸