Update waveshare213v3.go

Remove unreferenced, unexported constants.
pull/65/head
gsexton 1 year ago committed by GitHub
parent 9950fce24e
commit 5b33120cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,15 +57,6 @@ const (
setDigitalBlockControl byte = 0x7E
)
// Register values
const (
gateDrivingVoltage19V = 0x15
sourceDrivingVoltageVSH1_15V = 0x41
sourceDrivingVoltageVSH2_5V = 0xA8
sourceDrivingVoltageVSL_neg15V = 0x32
)
// Flags for the displayUpdateControl2 command
const (
displayUpdateDisableClock byte = 1 << iota

Loading…
Cancel
Save