initialize static method

List<int> initialize()

Implementation

static List<int> initialize() {
  return [0x1B, 0x40]; // ESC @
}