You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

test_pattern

# ESP32 Composite Video Pattern Example

This example showcases the Philips PM5544 test pattern, which can be used to verify hardware and connection integrity.

## Build

```bash
cd examples/test_pattern
idf.py build
idf.py flash
```

## Video mode

By default, the example generates a PAL/SECAM signal.

To generate NTSC video, use `menuconfig` to change the mode.

1. Execute `idf.py menuconfig`.
2. Go to `Component config->Example Configuration` 
3. Check `NTSC video mode instead of default PAL/SECAM`.

## Video output

![Philips PM5544 test pattern](../../doc/pattern.jpg)

To create a project from this example, run:

idf.py create-project-from-example "aquaticus/esp32_composite_video_lib=1.1.0:test_pattern"

or download archive (~2.12 KB)