Browse Source

Fixed some comments.

main
tjlab-jf3hzb 2 years ago
parent
commit
d6539996e9
7 changed files with 9 additions and 8 deletions
  1. +3
    -2
      VFOsys2_00/prm/ILI9341_240x320.hpp
  2. +1
    -1
      VFOsys2_00/prm/SSD1331_64x96.hpp
  3. +1
    -1
      VFOsys2_00/prm/ST7735S_128x160.hpp
  4. +1
    -1
      VFOsys2_00/prm/ST7735S_80x160.hpp
  5. +1
    -1
      VFOsys2_00/prm/ST7789_135x240.hpp
  6. +1
    -1
      VFOsys2_00/prm/ST7789_240x240.hpp
  7. +1
    -1
      VFOsys2_00/prm/ST7789_240x320.hpp

+ 3
- 2
VFOsys2_00/prm/ILI9341_240x320.hpp View File

@ -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 */
#endif

+ 1
- 1
VFOsys2_00/prm/SSD1331_64x96.hpp View File

@ -148,4 +148,4 @@ public:
};
#endif /* PRM_H */
#endif

+ 1
- 1
VFOsys2_00/prm/ST7735S_128x160.hpp View File

@ -149,4 +149,4 @@ public:
}
};
#endif /* LCD_H */
#endif

+ 1
- 1
VFOsys2_00/prm/ST7735S_80x160.hpp View File

@ -150,4 +150,4 @@ public:
}
};
#endif /* LCD_H */
#endif

+ 1
- 1
VFOsys2_00/prm/ST7789_135x240.hpp View File

@ -149,4 +149,4 @@ public:
}
};
#endif /* LCD_H */
#endif

+ 1
- 1
VFOsys2_00/prm/ST7789_240x240.hpp View File

@ -148,4 +148,4 @@ public:
}
};
#endif /* LCD_H */
#endif

+ 1
- 1
VFOsys2_00/prm/ST7789_240x320.hpp View File

@ -147,4 +147,4 @@ public:
}
};
#endif /* LCD_H */
#endif

Loading…
Cancel
Save