mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* big refactor of the 'display' object. Now defined in variants/*/target modules.
This commit is contained in:
parent
bc4e0b52fa
commit
a73eb9823d
43 changed files with 210 additions and 58 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#ifdef ST7735
|
||||
|
||||
#include "ST7735Display.h"
|
||||
|
||||
#ifndef DISPLAY_ROTATION
|
||||
|
|
@ -130,5 +128,3 @@ uint16_t ST7735Display::getTextWidth(const char* str) {
|
|||
void ST7735Display::endFrame() {
|
||||
// display.display();
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue