Skip to content

feat(config): add version control for all configuration files by @lzw… #34

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

Closed

Conversation

isthaison
Copy link

…655 (#32)

@isthaison isthaison closed this May 27, 2024
@Lzw655
Copy link
Collaborator

Lzw655 commented May 27, 2024

Hi @isthaison, is there anything you need my help with? If you have any suggestions for modifications, feel free to let me know.

@isthaison
Copy link
Author

image
I'm running the demo https://github.com/esp-arduino-libs/ESP32_Display_Panel/tree/master/examples/SquareLine/v8/Porting , but it's getting an error, I'm checking to see if there's any problem. code, right?

@Lzw655
Copy link
Collaborator

Lzw655 commented May 27, 2024

I think the problem is the PSRAM is not initialized correctly. Did you enable the PSRAM in the tools menu?
image

@isthaison
Copy link
Author

trim.7936DA42-FD2C-4334-A999-9DD0D81D839B.MOV

LCD render UI position wrong

@Lzw655
Copy link
Collaborator

Lzw655 commented May 28, 2024

This is the RGB screen drift issue, please refer to the steps to solve it.

@isthaison
Copy link
Author

Has it been changed to the master branch yet?

@Lzw655
Copy link
Collaborator

Lzw655 commented May 28, 2024

Sorry, I didn't understand what you meant. Specifically, which modification are you referring to? And which repository's master branch?

@isthaison
Copy link
Author

isthaison commented May 28, 2024

trim.3F280B27-BFF3-424D-8010-F91714ACC4C3.MOV

I'm looking to build with platformio :D
Final. It's OK

@Lzw655
Copy link
Collaborator

Lzw655 commented May 28, 2024

Nice!!!

@isthaison
Copy link
Author

The configuration is quite complicated :D

[env:ESP-LCD]
platform = espressif32
board = ESP-LCD
framework = arduino
platform_packages = 
	platformio/framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git
	platformio/framework-arduinoespressif32-libs@https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
upload_speed = 921600
monitor_speed = 115200
build_flags = 
	-DBOARD_HAS_PSRAM
	-DLV_CONF_INCLUDE_SIMPLE
	-DDISABLE_ALL_LIBRARY_WARNINGS
	-DARDUINO_USB_CDC_ON_BOOT=1
	-DCORE_DEBUG_LEVEL=1
	-DLV_LVGL_H_INCLUDE_SIMPLE
	-I src
	-D VN=1
	-D ESP32S3=1
lib_deps = 
	https://github.com/esp-arduino-libs/ESP32_Display_Panel.git
	https://github.com/esp-arduino-libs/ESP32_IO_Expander.git
    https://github.com/lvgl/lvgl.git#release/v8.3

Can I push example build platform.io?

@Lzw655
Copy link
Collaborator

Lzw655 commented May 29, 2024

Of course! It will be very helpful. Please make a new PR and I will test it soon. Thank you for your contribution.

@isthaison
Copy link
Author

I had create pull request. You can review it
#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants