- <examples/TFT_eSPI/IOTA_Price> Update library description and usage examples
- <examples/Shield/S7XG/S7xG_LoRa> Added SDCard test
- Update wifi event macro name <examples/LVGL/SimpleWatch>
- Add T-Block Epaper DEPG0150BN driver
- Fixed increasing the I2C rate causing the backlight to turn on abnormally, only increasing the rate when initializing the sensor
- Reduce the PWM frequency to 1000HZ
- Update GxEPD to GxEPD2 , Update e-paper example to fit new screen
- Remove <examples/Sensor/VEMl6075> I2C scan
- Come back again . Fix BMA423_Direction rotate in wrong direction in V1/V2
- Optimize BMA423 startup time
- Before optimization: Start using 2151 millis
- After optimization :
- Cold Start: Start using 987 millis
- Sleep Wake: Start using 603 millis
- Change 2020V1, 2020V2 LVGL touch I2C polling to interrupt polling, others are not currently adapted
- Added TTGOClass mutex example under multitasking <examples\BasicUnit\TouchMultitask>
- Added setting touch default monitoring report rate in touch initialization and enter monitoring mode in active state Description
- Added 2020V2 touch wakeup method, touch can be set to sleep in 2020V2, control AXP202_EXTEN can wake up touch
- Add a method to turn off touch interrupt and turn on
- Cancel AXP202 USB current limit in 2020 V2 version
- Added MAX30208 Temperature sensor example
- Added axp202&bma423 interrupt registered function
- Added TQuick and TBao example <examples/T_Bao> <examples/T_Quick>
- Added NES Emulator example <examples/NES> ,Base on https://github.com/moononournation/arduino-nofrendo
- Added ESP32Face example <examples/TFT_eSPI/ESPFace>,Base on https://github.com/luisllamasbinaburo/ESP32_Faces
- Added TFT_eSPI writeIndexedPixelsDouble,writeIndexedPixels
- Added TBao example <examples/T_Bao2>
- Adapt to 2020 new touch panel
- Added TBlock example <examples/T-Block/Epaper_Badge>
- Added TBlock example <examples/T-Block/Epaper>
- Update TBlock example <examples/T-Block/Epaper_Badge>, Compatible with three ink screens (GDEH0154D67_BL, GDEH0154D67_TP,GDEP015OC1)
- Set AXP202 LDO2's default turn-on voltage to 3.3V
- Update example description
- Added MAX30208 Temperature example <examples/Sensor/MAX30208>
- Added
GC9A01A
display driver , Suitable for T-Block round 240x240 screen - Added DW1000 examples <examples/Shield/DW1000_BasicSender>,<examples/Shield/DW1000Ranging_ANCHOR>,<examples/Shield/DW1000Ranging_TAG>,<examples/Shield/DW1000_BasicReceiver>,<examples/Shield/DW1000_RangingAnchor>,<examples/Shield/DW1000_RangingTag>
- Added UnitTest directory, Store hardware test code
- Release TTGO_TWatch_Library V1.4.0 version
- Update lvgl to 7.7.2
- Turn on Twatch 2019 interrupt function
- Remove warnings caused by upgrading lvgl
- Added DRV2605 enable for V2
- Fix the problem that cannot be compiled in SimpleFramework
- Fix <UnitTest/ScreenRotation> coordinate residue
- Add Air530 driver for
TWATCH V2
- Add Air530Allfunction example <BasicUnit/Air530Allfunction>
- Add Air530Display example <BasicUnit/Air530Display>
- Repair warning
- Add TWatch V3 board definition
- Check the return value before setting the power output <src/drive/axp/axp202.cpp>
- Move the Air530 example in <BasicUnit/TwatcV2Special/Air530*>
- Add Twatch-V2, Twatch-V3 BMA423 different mapping
- Update BaseUnit example
- Add touch three mode test example <BasicUnit/TouchpanelMode>
- Delete Air530 example
- Add basic Twatch 2020 V2 GPS example
- Update TWATCH 2020 V2 pin definition
- Update pin definition document
- <BasicUnit/AXP20x_ADC> example compatible with T-Block
- Merged#119
- Update
library.properties
,up to1.4.2
version - Added <examples/Shield/S7xG_Debug> examples
- Update TWATCH-N touch to IO33
- Added <examples/UnitTest/HardwareTest> examples
- Add S7XG sample code <examples/Shield/S7xG/*>
- Add PN532 NFC examples, The example comes from https://github.com/adafruit/Adafruit-PN532