Skip to content
 
 

Latest commit

 

History

55 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 にあります)


ORTD2662

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

Demo

Modifying for your own board/panel

To allow this firmware to run on your board you will need to set:

  • DISPLAY_POWER_ENABLE_PIN
  • DISPLAY_POWER_ACTIVE_LEVEL
  • BACKLIGHT_ENABLE_PIN
  • BACKLIGHT_ENABLE_ACTIVE_LEVEL
  • MIRROR_VERTICAL_PIN
  • MIRROR_HORIZONTAL_PIN

in "config/board_config.h" file, and:

  • HOR_MIRRROR
  • VER_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.

About

RTD2662 Custom firmware

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages