Extended Display Identification Data editor
wxEDID is a wxWidgets - based EDID (Extended Display Identification Data) editor.
This is an early stage of development, allowing to modify the base EDID v1.3+ structure and CEA-861 (as first extension block).
Besides normal editor functionality, the app has been equipped with a DTD constructor, which aims to ease timings selection/editing. It's also possible to export and import EDID data to/from text files (hex ASCII format) and also to save the structures as a human-readable text.
- Developed at hardware
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:LoongArch:Factory/wxEDID && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
wxEDID.changes | 0000018546 18.1 KB | |
wxEDID.spec | 0000001756 1.71 KB | |
wxedid-0.0.25.tar.gz | 0000370356 362 KB |
Revision 9 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 886813
from
Mia Herkt (mia)
(revision 9)
- Update to v0.0.25 Changed * default size for all spin controls on DTD_Constructor panel. Looks ugly, but works with wxWidgets compiled against GTK3. Fixed * <various functions> :: in case of error, always return error message, not just the rcode. Some function were returning the message only if "Ignore Errors" mode was enabled. * Build fails with Clang: unlike GCC, Clang does not support static initialization of flexible arrays in C++ mode: removed flex arrays from all field groups descriptors. - Changes in v0.0.24 Added * VID: Video Input Descriptor: support for field definitions introduced in EDID v1.4 * wxEDID_Frame::ImportEDID_hex(): report source file byte offset if conversion fails. Changed * EDID base block: UNK: Unknown Descriptor, unk_cl::init(): insert unknown byte fields instead of single byte string (easier to view and edit). * EDID_class.h: CEA-specific classes moved to dedicated headers: CEA_class.h, CEA_EXT_class.h * EDID_class.h: shared declarations moved to EDID_shared.h Fixed * (BUG::regression) wxEDID_Frame::UpdateBlockTree(): the BlockTree was not expanded automatically when opened file contains only the base EDID block (no extensions). * (BUG::regression): edi_grp_cl::init_fields(): a call to FieldsAr.Empty() is necessary for ForcedGroupRefresh()
Comments 0