namespace ESCPOS_NET.Emitters.BaseCommandValues { public static class Display { public static readonly byte CLR = 0x0C; } }