Skip to content

Commit

Permalink
align code pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
moononournation committed Sep 7, 2024
1 parent f1666b7 commit 7e21645
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/display/Arduino_ST7789.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

/*
* start rewrite from:
* https://github.com/adafruit/Adafruit-GFX-Library.git
* https://github.com/ananevilya/Arduino-ST7789-Library.git
*/
#ifndef _ARDUINO_ST7789_H_
#define _ARDUINO_ST7789_H_

#include "../Arduino_GFX.h"
#include "../Arduino_TFT.h"
Expand Down Expand Up @@ -142,5 +142,3 @@ class Arduino_ST7789 : public Arduino_TFT

private:
};

#endif

0 comments on commit 7e21645

Please sign in to comment.