File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 "type" : " git" ,
1111 "url" : " https://github.com/m5stack/M5GFX.git"
1212 },
13- "version" : " 0.0.12 " ,
13+ "version" : " 0.0.13 " ,
1414 "framework" : " arduino" ,
1515 "platforms" : " espressif32" ,
1616 "headers" : " M5GFX.h"
Original file line number Diff line number Diff line change 11name =M5GFX
2- version =0.0.12
2+ version =0.0.13
33author =M5Stack
44maintainer =M5Stack
55sentence =Library for M5Stack All Display
Original file line number Diff line number Diff line change 11#define LGFX_VERSION_MAJOR 1
22#define LGFX_VERSION_MINOR 0
3- #define LGFX_VERSION_PATCH 8
3+ #define LGFX_VERSION_PATCH 9
44#define LOVYANGFX_VERSION F( LGFX_VERSION_MAJOR "." LGFX_VERSION_MINOR "." LGFX_VERSION_PATCH )
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ namespace lgfx
477477 auto sercomData = samd21::getSercomData (sercom_index);
478478 auto sercom = reinterpret_cast <Sercom*>(sercomData->sercomPtr );
479479 auto *spi = &sercom->SPI ;
480- while (spi->INTFLAG .bit .RXC ) { uint32_t tmp = spi->DATA .reg ; }
480+ while (spi->INTFLAG .bit .RXC ) { uint32_t tmp = spi->DATA .reg ; ( void )tmp; }
481481 do
482482 {
483483 spi->DATA .reg = *data;
You can’t perform that action at this time.
0 commit comments