mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 15:40:26 +09:00
display: Add a get_dimensions() method to lcd chip classes
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -164,3 +164,5 @@ class ST7920:
|
||||
zeros = bytearray(32)
|
||||
for gfb in self.graphics_framebuffers:
|
||||
gfb[:] = zeros
|
||||
def get_dimensions(self):
|
||||
return (16, 4)
|
||||
|
||||
Reference in New Issue
Block a user