static List<int> setLeftMargin(int margin) { return [0x1D, 0x4C, margin & 0xFF, (margin >> 8) & 0xFF]; // GS L }