From d6539996e92d6a293173d83877d9be6bda494ff8 Mon Sep 17 00:00:00 2001 From: tjlab-jf3hzb Date: Tue, 4 Jul 2023 12:52:06 +0900 Subject: [PATCH] Fixed some comments. --- VFOsys2_00/prm/ILI9341_240x320.hpp | 5 +++-- VFOsys2_00/prm/SSD1331_64x96.hpp | 2 +- VFOsys2_00/prm/ST7735S_128x160.hpp | 2 +- VFOsys2_00/prm/ST7735S_80x160.hpp | 2 +- VFOsys2_00/prm/ST7789_135x240.hpp | 2 +- VFOsys2_00/prm/ST7789_240x240.hpp | 2 +- VFOsys2_00/prm/ST7789_240x320.hpp | 2 +- 7 files changed, 9 insertions(+), 8 deletions(-) diff --git a/VFOsys2_00/prm/ILI9341_240x320.hpp b/VFOsys2_00/prm/ILI9341_240x320.hpp index 6ba7689..ef7ba51 100644 --- a/VFOsys2_00/prm/ILI9341_240x320.hpp +++ b/VFOsys2_00/prm/ILI9341_240x320.hpp @@ -6,7 +6,8 @@ Dial design -----------------------------------------------------------*/ #define MAINDIAL_IS_OUTSIDE //Comment out this definition and Sub dial is outsaide -//#define REV_DIAL + +#define REV_DIAL //#define MAIN_UNIT_kHz #define MODE0 // MODE0, MODE1, MODE2 @@ -148,4 +149,4 @@ public: -#endif /* PRM_H */ \ No newline at end of file +#endif \ No newline at end of file diff --git a/VFOsys2_00/prm/SSD1331_64x96.hpp b/VFOsys2_00/prm/SSD1331_64x96.hpp index c24c40f..f4f8648 100644 --- a/VFOsys2_00/prm/SSD1331_64x96.hpp +++ b/VFOsys2_00/prm/SSD1331_64x96.hpp @@ -148,4 +148,4 @@ public: }; -#endif /* PRM_H */ \ No newline at end of file +#endif \ No newline at end of file diff --git a/VFOsys2_00/prm/ST7735S_128x160.hpp b/VFOsys2_00/prm/ST7735S_128x160.hpp index 0ba69a1..e7bd299 100644 --- a/VFOsys2_00/prm/ST7735S_128x160.hpp +++ b/VFOsys2_00/prm/ST7735S_128x160.hpp @@ -149,4 +149,4 @@ public: } }; -#endif /* LCD_H */ \ No newline at end of file +#endif \ No newline at end of file diff --git a/VFOsys2_00/prm/ST7735S_80x160.hpp b/VFOsys2_00/prm/ST7735S_80x160.hpp index 984cd93..67ae95d 100644 --- a/VFOsys2_00/prm/ST7735S_80x160.hpp +++ b/VFOsys2_00/prm/ST7735S_80x160.hpp @@ -150,4 +150,4 @@ public: } }; -#endif /* LCD_H */ \ No newline at end of file +#endif \ No newline at end of file diff --git a/VFOsys2_00/prm/ST7789_135x240.hpp b/VFOsys2_00/prm/ST7789_135x240.hpp index f270b9a..927de54 100644 --- a/VFOsys2_00/prm/ST7789_135x240.hpp +++ b/VFOsys2_00/prm/ST7789_135x240.hpp @@ -149,4 +149,4 @@ public: } }; -#endif /* LCD_H */ \ No newline at end of file +#endif \ No newline at end of file diff --git a/VFOsys2_00/prm/ST7789_240x240.hpp b/VFOsys2_00/prm/ST7789_240x240.hpp index 1009d14..61262ee 100644 --- a/VFOsys2_00/prm/ST7789_240x240.hpp +++ b/VFOsys2_00/prm/ST7789_240x240.hpp @@ -148,4 +148,4 @@ public: } }; -#endif /* LCD_H */ \ No newline at end of file +#endif \ No newline at end of file diff --git a/VFOsys2_00/prm/ST7789_240x320.hpp b/VFOsys2_00/prm/ST7789_240x320.hpp index b7a9092..916cf5b 100644 --- a/VFOsys2_00/prm/ST7789_240x320.hpp +++ b/VFOsys2_00/prm/ST7789_240x320.hpp @@ -147,4 +147,4 @@ public: } }; -#endif /* LCD_H */ \ No newline at end of file +#endif \ No newline at end of file