RGB Display Improvements (#243)
* 550 Buffer size * 043 to use the RgbDisplay driver too Both rgb displays are pretty snappy (as snappy as 800 * 480 can be on an esp32)
This commit is contained in:
@@ -83,7 +83,7 @@ std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay() {
|
||||
};
|
||||
|
||||
RgbDisplay::BufferConfiguration buffer_config = {
|
||||
.size = bufferPixels,
|
||||
.size = (800 * 480),
|
||||
.useSpi = true,
|
||||
.doubleBuffer = true,
|
||||
.bounceBufferMode = true,
|
||||
|
||||
Reference in New Issue
Block a user