mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-16 04:43:25 +00:00
microbitmatrix: move Size() to verion agnostic part
This commit is contained in:
committed by
Ron Evans
parent
b2fdd3c333
commit
a106fd48ce
@@ -114,8 +114,3 @@ func (d *Device) EnableAll() {
|
||||
d.pin[5+i].High()
|
||||
}
|
||||
}
|
||||
|
||||
// Size returns the current size of the display.
|
||||
func (d *Device) Size() (w, h int16) {
|
||||
return 5, 5
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user