Skip to content

Create a HDMI2USB GUI controller #41

@mithro

Description

@mithro

Probably best to start with python and something like pygtk or pyqt. You'll probably want to use pyserial for talking to the HDMI2USB board.

UI could look something like this;

 /----------------------------------------------\
 | HDMI2USB Controller                  [X][_]  |
 +----------------------------------------------+
 | Input 1:  1024x768 @ 60 Hz                   |
 +----------------------------------------------+
 | Input 2:  1024x768 @ 60 Hz                   |
 +----------------------------------------------+
 | Output 1                                     |
 | +---------+ +---------+ +---------+ +-----+  |
 | | Input 1 | | Input 2 | | Pattern | | Off |  |
 | +---------+ +---------+ +---------+ +-----+  |
 +----------------------------------------------+
 | Output 1                                     |
 | +---------+ +---------+ +---------+ +-----+  |
 | | Input 1 | | Input 2 | | Pattern | | Off |  |
 | +---------+ +---------+ +---------+ +-----+  |
 +----------------------------------------------+
 | USB Capture                                  |
 | +---------+ +---------+ +---------+ +-----+  |
 | | Input 1 | | Input 2 | | Pattern | | Off |  |
 | +---------+ +---------+ +---------+ +-----+  |
 +----------------------------------------------+
 | Debug Terminal                               |
 | +------------------------------------------+ |
 | | HDMI2USB>                                | |
 | |                                          | |
 | +------------------------------------------+ |
 +----------------------------------------------+

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions