void loop() {
// Add touch detection logic here if using a touchscreen
}
I have tried watching the guy on youtube who uses 1.28 round and going to user-setup and doing what he does but for my round touch displays. Still doesn't work
The ESP32-C3 also will run as Adafruit. I have run in VS and Arduino. Nothing works.
I have a waveshareESP32s3 and it tells me its esp32. non-touch and nothing displays.
Its is recommended that whenever you include code in your post, to place it within CODE tags to make it easier to read.
I am assuming that you mean IN the Serial Monitor. You don't have anything printing to the serial port, so no suprises that its prin ting nothing. The "hex code" may be boot up messages, or showing that the board is crashing.
Could you:
show the details of the displays you are using, perhaps post a link to them please
show the messages or "hex code" you are seeing in the serial monitor - please place the curos in the serial monitor, then, in the IDE select Edit -> Copy for forum (Markdown) and paste the result into your post.
Not sure that makes sense?
How are the displays connected to the board? SPI? Or the pins provided to the Adaffruit_GC9A01A statement?
That doesn't convey much. What are you expecing it to do and what doesn't it do? Are there any error messages?
Any further information you can give us will help us to help you.
Delete all the pictures, they are useless.
Read the "How to get the best out of this forum", found on almost any page of the forum, and post according to those guide lines.
I see you already had a warning for this last week.
Leo..
one showing three round displays. Two are connected together (with 4 wires - power + I2C?) with one of them connected to an unidentified black box.
some code snippets, mainly void loop()
We still don't know what the display products actually are? Are these genuine Waveshare (quite expensive) or cheaper clones from Aliexpress or the like? Since we can't see the underside and we don't have a wiring diagram showing how everything is wired together (even a hand drawn one would help) we can only speculate about what the 4 connecting wires might be connecting to on each display. It would be helpful to know what product exactly we are dealing with. Is there an ESP32-C3 or ESP32-S3 built into them? On both displays or just one?
Not quite sure what this means? What do you mean by "can't get 1.85 to be found"? Also by "program was constantly running hex"? Probably language translation difficulties and one could perhaps have a guess at what might have been meant, but its not clear.
As per above comment, please follow the forum rules and post code within CODE tags (you can find the <CODE/> icon in the toolbar at the top of the post editor). Just edit your opening post and enclose the code in code tags.
Hi @liljd2025. As @Wawa said, it is better to post text as text. Pictures of text are usually not so useful.
I'll provide instructions you can follow to post the output that is printed to the Arduino IDE Serial Monitor tool by your sketch:
Select Tools > Serial Monitor from the Arduino IDE menus to open the Serial Monitor view if it is not already open.
Click the "Clear Output" icon at the right side of the Serial Monitor toolbar.
Any existing content in Serial Monitor will be cleared.
Press and release the reset button on the board. ⓘ If your board doesn't have a reset button, you can instead unplug the USB cable, then plug it back in.
Wait for your sketch to finish printing all the startup information.
If the "Toggle Autoscroll" feature is enabled, as indicated by the background being highlighted behind the icon on the Serial Monitor toolbar, click the icon to disable autoscrolling.
The icon's background highlight will disappear:
If not all the relevant output text is visible in the output field of the Serial Monitor panel, hover the mouse pointer over the border between the bottom panel of the Arduino IDE window and the editor panel.
The mouse pointer will change to the resize style:
Then click and drag the border up until all the text is visible.
Click at the top of the text in the output field of the Serial Monitor panel and then drag the mouse down until all the text is selected.
Press the Ctrl+C keyboard shortcut (Command+C for macOS users).
This will copy the selected text to the clipboard.
Open a reply here on this forum topic by clicking the "Reply" button.
Click the <CODE/> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.