forked from xiaozhi/xiaozhi-esp32
Add configurable offset to SPI screen
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
protected:
|
||||
int width_ = 0;
|
||||
int height_ = 0;
|
||||
int offset_x_ = 0;
|
||||
int offset_y_ = 0;
|
||||
|
||||
lv_disp_t *disp_ = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user