Add CircutMess Chatter 2 (#3125)

* Add Chatter 2 default_envs

* Add Chatter 2 to varients

* Add Chatter 2 specific code to esp32 platform code

* Parameterize TFT_INVERT for Chatter 2 and specify setRotation to 1

* Fix formatting to make Trunk happy

* Remove commented out #define USE_LCC68

* Fix formatting again

* Add chatter2 to the CI matrix

---------

Co-authored-by: code8buster <20384924+code8buster@users.noreply.github.com>
This commit is contained in:
Ken McGuire
2024-01-26 08:40:16 -06:00
committed by GitHub
co-authored by GitHub code8buster
parent d6fa190025
commit ac9c5f81b9
7 changed files with 146 additions and 6 deletions
+2
View File
@@ -125,6 +125,8 @@
#define HW_VENDOR meshtastic_HardwareModel_SENSELORA_S3
#elif defined(HELTEC_HT62)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_HT62
#elif defined(CHATTER_2)
#define HW_VENDOR meshtastic_HardwareModel_CHATTER_2
#endif
// -----------------------------------------------------------------------------