diff --git a/waveshare2in13v4/waveshare213v4.go b/waveshare2in13v4/waveshare213v4.go index 7725072..2f7e636 100644 --- a/waveshare2in13v4/waveshare213v4.go +++ b/waveshare2in13v4/waveshare213v4.go @@ -73,15 +73,6 @@ const ( nop byte = 0x7F ) -// Register values -const ( - gateDrivingVoltage19V = 0x15 - - sourceDrivingVoltageVSH1_15V = 0x41 - sourceDrivingVoltageVSH2_5V = 0xA8 - sourceDrivingVoltageVSL_neg15V = 0x32 -) - // Flags for the displayUpdateControl2 command const ( displayUpdateDisableClock byte = 1 << iota