Format selection as hex string
static String formatSelectionAsHex(List<int> bytes) { return bytes.map(formatByte).join(' '); }