summaryrefslogtreecommitdiff
path: root/src/components/gfx
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-04-24 12:00:45 +0300
committerAvamander <avamander@gmail.com>2021-04-24 12:00:45 +0300
commit69898545193a82f7d72c9f47c9d9de36167b157b (patch)
treecf2bea6d67e8d91a7d6222b8e0b55a0075575003 /src/components/gfx
parent40d45d923b033363ff1304b47eac238dd4495a57 (diff)
Changed access modified indentation
Diffstat (limited to 'src/components/gfx')
-rw-r--r--src/components/gfx/Gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/gfx/Gfx.h b/src/components/gfx/Gfx.h
index b45fb45c..54c4a8b7 100644
--- a/src/components/gfx/Gfx.h
+++ b/src/components/gfx/Gfx.h
@@ -12,7 +12,7 @@ namespace Pinetime {
}
namespace Components {
class Gfx : public Pinetime::Drivers::BufferProvider {
- public:
+ public:
explicit Gfx(Drivers::St7789& lcd);
void Init();
void ClearScreen();
@@ -28,7 +28,7 @@ namespace Pinetime {
bool GetNextBuffer(uint8_t** buffer, size_t& size) override;
void pixel_draw(uint8_t x, uint8_t y, uint16_t color);
- private:
+ private:
static constexpr uint8_t width = 240;
static constexpr uint8_t height = 240;