static List<int> feed(int lines) { // ESC d n - Avanzar n lĂneas return [0x1B, 0x64, lines.clamp(0, 255)]; }