Fork note: This fork ports ORTD2662 to the X@RTD2662 board + Toshiba LTM09C362V (1024x600 LVDS) panel, running as a standalone HDMI monitor (verified on Raspberry Pi 3B, Orange Pi PC2, and Raspberry Pi 1). Build/flash instructions, wiring, and the full list of findings are in PORT_NOTES.md. (日本語の移植記録も PORT_NOTES.md にあります)
An (unsuccessful) attempt to create open source firmware for RTD2662 from scratch.
As of now it can (with manual adjustment):
- Use LVDS panels (TTL and RSDS untested)
- Display HDMI, DVI
- Display composite (AFAIK: NTSC only)
- Display VGA (with manual input clock adjustment)
- Scale up and down (in a somewhat narrow resolution range)
- Perform a limited input signal measuremnt
- Display simple OSD menu (no input though)
- Can be compiled for PC to allow debugging
To allow this firmware to run on your board you will need to set:
DISPLAY_POWER_ENABLE_PINDISPLAY_POWER_ACTIVE_LEVELBACKLIGHT_ENABLE_PINBACKLIGHT_ENABLE_ACTIVE_LEVELMIRROR_VERTICAL_PINMIRROR_HORIZONTAL_PIN
in "config/board_config.h" file, and:
HOR_MIRRRORVER_MIRRROR
in "config/misc_config.h"
To allow this firmware to run with your board you will need to:
- write your panel configuration in "config/panel_config"
- using an EDID editor (for example AW EDID Editor) modify
testEDID[]in "peripherals/ddc.c" to have your panel timings.
