Search found 1 match

by intercalate
Thu Nov 18, 2021 6:15 pm
Forum: ESP32 boards
Topic: camera.init() on ESP32-CAM disables PCD8854 from showing pixel data
Replies: 0
Views: 1113

camera.init() on ESP32-CAM disables PCD8854 from showing pixel data

Greetings, I was planning to use OV2640 from ESP32-CAM in tandem with PCD8544. While using PCD8544 to display a framebuf buffer data works, calling camera.init() erases the LCD display leaving blank. The blank persists even if I try to use lcd.data(buffer) again. I m assuming some possible causes: -...