Getting Started with Seeed Studio Round Display for XIAO | Seeed Studio Wiki #231
Replies: 12 comments 18 replies
-
22 May 2023: Unable to get the "Hardware Test" to work. Used the <lv_conf.h> from the SEEED ROUND DISPLAY library. Placed the file at the ROOT level of the "libraries" folder. Modified the "User_Setup_Select.h" file as described in the WIKI. Received this error: ResolveLibrary(lvgl.h) #include <lvgl.h>
|
Beta Was this translation helpful? Give feedback.
-
I am getting lots of compilation errors. I have tried a SAMD21 and RP2040 board.... Like the port pin abstractions are not defined? In file included from /private/var/folders/p5/xsnnkp0n0cg95j3964vmwgqc0000gn/T/.arduinoIDE-unsaved2023613-60690-16ai11k.z2dz/HardwareTest/HardwareTest.ino:7:0: Compilation error: 'D2' was not declared in this scope |
Beta Was this translation helpful? Give feedback.
-
In regards to the Round Display:
Discovered that the Round Display Clock example did not work for me until I moved the following "inits" to the top of the "Setup"
Wire.begin();
rtc.begin();
I had some Arduino Library conflicts and decided to start over with Arduino - I suppose one could also remove the libraries that are used with the Seeed Studio Round Display and follow the instructions on the WIki.
for me the lvgl library needed replacing as well as the TFT-eSPI library.
After starting my Arduino IDE over, I no longer had any issues with the examples, except as noted above with the misplaced wrie.begin and rtc.begin. Without moving these the RTC never changed from a default time.
Hope this helps
…________________________________________
From: rsoennic ***@***.***>
Sent: Thursday, July 13, 2023 9:33 AM
To: Seeed-Studio/wiki-documents
Cc: gesEzekiel37; Comment
Subject: Re: [Seeed-Studio/wiki-documents] Getting Started with Seeed Studio Round Display for XIAO | Seeed Studio Wiki (Discussion #231)
I got the clock example to compile for the RP2040 but it doesn't do anything. I also have the hardwareTest example compiling after changing the optimization settings. But there is a warning about TOUCH_CS not being defined and it will not upload:
Resetting /dev/cu.usbmodem14301
Converting to uf2, output size: 776704, start address: 0x2000
No drive to deploy.
Failed uploading: uploading error: exit status 1
(Also, I cannot build the hardwareTest example for the SAMD21 XIAO, as it says there is not enough RAM)
—
Reply to this email directly, view it on GitHub<#231 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABUTVLNXQVEMQFXEIYQ33DTXQAPNTANCNFSM6AAAAAAYLC4DRE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can someone please update this tutorial to include all the external resources that need to now be used? |
Beta Was this translation helpful? Give feedback.
-
The correct chipset for the Touch is CST816 and LCD is GC9A01. This will help to port this to Circuitpython and others.... |
Beta Was this translation helpful? Give feedback.
-
IMPORTANT NOTE: USE THE
|
Beta Was this translation helpful? Give feedback.
-
I'm having problem with this display. |
Beta Was this translation helpful? Give feedback.
-
After some time, I have gotten this product to work with xiao esp32-c3 using Arduino IDE 2.3.2, ESP32 board package 2.0.11, TFT_eSPI 2.5.22 and lvgl 8.4.0. It is unfortunate that the Seeed Round Display does not work properly with the most recent board packages and Arduino libraries. |
Beta Was this translation helpful? Give feedback.
-
https://forum.seeedstudio.com/t/round-display-for-xiao-dont-show-anything/280087/13 |
Beta Was this translation helpful? Give feedback.
-
Report: |
Beta Was this translation helpful? Give feedback.
-
I have printed the Seeed Studio XIAO ESP32 S3 Sense Case With Round Screen. It would seem to require standoffs for mounting. What size would you recommend? |
Beta Was this translation helpful? Give feedback.
-
Using a Xiao ESP32S3 with the screen, I've followed the current guide and it worked for the clock example. For the hardware test I updated lvgl by kisvegabor to 9.2.2 and it worked fine. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Getting Started with Seeed Studio Round Display for XIAO | Seeed Studio Wiki
XIAO Round Dislay Basic Tutorial
https://wiki.seeedstudio.com/get_start_round_display/
Beta Was this translation helpful? Give feedback.
All reactions