Search found 5 matches

by tank104
Tue Oct 15, 2024 6:04 pm
Forum: ESP-ADF
Topic: Custom Board i2s_stream configuration - Cannot pass in custom gpio
Replies: 3
Views: 5606

Re: Custom Board i2s_stream configuration - Cannot pass in custom gpio

Did you find a solution for this?
I am having the same problem.

It seems like there should be a solution, since ESP32 apparently allows you to use any GPIO pin for I2S.
by tank104
Tue Sep 17, 2024 3:10 am
Forum: ESP-IDF
Topic: Unit tests for main app
Replies: 4
Views: 4552

Re: Unit tests for main app

That example doesn't show how to test code in "main" - it doesn't seem possible.

Is it?
by tank104
Wed Sep 11, 2024 7:54 pm
Forum: ESP-IDF
Topic: esp-idf in Azure DevOps pipeline
Replies: 1
Views: 670

Re: esp-idf in Azure DevOps pipeline

Did you have any success getting this working?
by tank104
Sun May 12, 2024 8:05 pm
Forum: ESP-IDF
Topic: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch
Replies: 4
Views: 2138

Re: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch

Sorted it out by adding to the menu configs - now see how all that works.

Also changed the code to add compiler ifdef for my chip and its working.

Thanks,
by tank104
Mon May 06, 2024 9:48 pm
Forum: ESP-IDF
Topic: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch
Replies: 4
Views: 2138

Re: [RESOLVED] ESP32-S3-Touch-LCD-1.28 and esp-idf/tree/master/examples/peripherals/lcd/spi_lcd_touch

Hi,
How did you get the touch chip CST816S to show up in the menuconfig?

I can only see STMPE610.

I tried install the touch component but still doesn't show in menuconfig.

Sorry if a bit of a silly question, but driving me a bit crazy.