![]() |
PicoCamera 0.2.0
Camera library for RP2040 with an esp32-camera compatible API
|
GitHub |
GC2145 sensor driver (8-bit SCCB register addresses). More...
#include "../sensor.h"Go to the source code of this file.
Macros | |
| #define | GC2145_SCCB_ADDR 0x3C |
| #define | GC2145_PID 0x2145 |
Functions | |
| int | gc2145_detect (sensor_t *sensor) |
| Probe the bus for a GC2145. On success fills sensor->id. | |
| int | gc2145_init_sensor (sensor_t *sensor) |
| Fill sensor_t function pointers and write the default register set. | |
GC2145 sensor driver (8-bit SCCB register addresses).
The GC2145 has no JPEG encoder: RGB565 only, up to UXGA (1600x1200).
| int gc2145_detect | ( | sensor_t * | sensor | ) |
Probe the bus for a GC2145. On success fills sensor->id.
| int gc2145_init_sensor | ( | sensor_t * | sensor | ) |
Fill sensor_t function pointers and write the default register set.