Search found 4 matches

by tank104
Tue Sep 17, 2024 3:10 am
Forum: ESP-IDF
Topic: Unit tests for main app
Replies: 4
Views: 4157

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: 447

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: 1515

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: 1515

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.