HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
247 stars 138 forks source link

RGB support #70

Closed dbuggz closed 4 years ago

dbuggz commented 4 years ago

I'm using the CubeCell (HTCC_AB01) and the RGB example fails as follows:

_In file included from C:\Users\Dave\Documents\Arduino\hardware\CubeCell\ASR650x-Arduino\libraries\RGB\examples\RGB\RGB.ino:1:0:

C:\Users\Dave\Documents\Arduino\libraries\Adafruit_NeoPixel/Adafruit_NeoPixel.h: In member function 'boolean Adafruit_NeoPixel::canShow() const':

C:\Users\Dave\Documents\Arduino\libraries\Adafruit_NeoPixel/AdafruitNeoPixel.h:234:58: error: 'micros' was not declared in this scope

seems that 'micros' has not been defined for the CubeCell Core

dbuggz commented 4 years ago

This looks like issue #54. please add my request there.

Heltec-Aaron-Lee commented 4 years ago

image

I can compile at my side... how did you install the framework?

dbuggz commented 4 years ago

Aaron,

i found it was using the Adafruit library, but complied OK with your library. Why is the Cubecell library different to the Adafruit one? Dave

Heltec-Aaron-Lee commented 4 years ago

Hi @dbuggz I had just added two examples, maybe that's the answer. :D https://github.com/HelTecAutomation/ASR650x-Arduino/issues/54#issuecomment-599449437

dbuggz commented 4 years ago

Thanks Aaron