-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Makerfabs ESP32-S2 Parallel TFT board #6119
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
Conversation
The basic settings and pins are fine, I'm still working on getting the display to work, I will update it when I get the right init sequence. More information: https://www.makerfabs.com/wiki/index.php?title=ESP32-S2_Parallel_TFT_with_Touch(3.5%27%27)
Any update on this? |
INTERNAL_FLASH_FILESYSTEM = 1 | ||
LONGINT_IMPL = MPZ | ||
|
||
# The default queue depth of 16 overflows on release builds, | ||
# so increase it to 32. | ||
CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INTERNAL_FLASH_FILESYSTEM = 1 | |
LONGINT_IMPL = MPZ | |
# The default queue depth of 16 overflows on release builds, | |
# so increase it to 32. | |
CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32 |
These have been moved to common mpconfigport.mk
and can be removed.
#define DEFAULT_UART_BUS_RX (&pin_GPIO44) | ||
#define DEFAULT_UART_BUS_TX (&pin_GPIO43) | ||
|
||
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#define BOARD_USER_SAFE_MODE_ACTION translate("pressing boot button at start up.\n") |
This message is now the default and can be removed.
@tannewt No updates. The display doesn't work correctly either in the 8bit or ther 16bit mode, and I couldn't get it working with the current libraries. There is some work to be done with the parallelio before this is working, but I don't currently have the cycles to work on it. |
We discussed closing draft issues that are stuck in the CircuitPython meeting on 2022-11-28 in In the Weeds. Closing for now. Can be reopened. Tracking in issue #7266, which will remain open. |
The basic settings and pins are fine, I'm still working on getting the
display to work, I will update it when I get the right init sequence.
More information:
https://www.makerfabs.com/wiki/index.php?title=ESP32-S2_Parallel_TFT_with_Touch(3.5%27%27)