static byte[] oshi_edid() { Display d = first(oshi_hardware().getDisplays()); ret d == null ? null : d.getEdid(); }