Update waveshare213v4.go

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

@ -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

Loading…
Cancel
Save