Search found 2 matches

by petterk
Mon Jul 29, 2024 8:06 pm
Forum: ESP-IDF
Topic: Is it possible to use ESP23-S3 with LCD 16-bit i8080 and OV5640 camera at the same time?
Replies: 1
Views: 356

Re: Is it possible to use ESP23-S3 with LCD 16-bit i8080 and OV5640 camera at the same time?

I have now tested the same concept with a ESP32-S3 DevKitC, with 8-bit 8080 and an OV2640 (ESP LyraP-CAM), no IO-expander. The code is almost the same but in this version just the standard components for ESP_LCD and ESP_CAMERA. The code just initializes the i8080 interface and the camera. We still g...
by petterk
Sun Jul 28, 2024 11:34 am
Forum: ESP-IDF
Topic: Is it possible to use ESP23-S3 with LCD 16-bit i8080 and OV5640 camera at the same time?
Replies: 1
Views: 356

Is it possible to use ESP23-S3 with LCD 16-bit i8080 and OV5640 camera at the same time?

We have made a custom board with a LCD screen with NT35510 and a 16-bits i8080 interface. The board also has a OV2640/OV5640 camera attached and uses a combination of an IO-expander and analog switches to get all GPIOs that is needed. The data and control pins for both LCD and Camera that are needed...