Performance improvements (#203)
- Use DMA buffers for drawing - Fix for draw buffer sizes - Reduced rendering refresh interval - Removed custom icons from wifi app to fix scroll performance issue
This commit is contained in:
committed by
GitHub
parent
c0f4738abe
commit
5ec96f60f1
@@ -11,8 +11,7 @@ class UnPhoneDisplay : public tt::hal::Display {
|
||||
private:
|
||||
|
||||
lv_display_t* displayHandle = nullptr;
|
||||
uint8_t* buffer1 = nullptr;
|
||||
uint8_t* buffer2 = nullptr;
|
||||
uint8_t* buffer = nullptr;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user