meganetaaan / m5stack-avatar

An M5Stack library for rendering avatar faces
MIT License
171 stars 29 forks source link

Out of date source code is installed (ArdionoIDE) #78

Closed GOB52 closed 2 years ago

GOB52 commented 2 years ago

Describe the bug M5Stack-Avatar Install on Ardiono IDE. However it seems out of dated source files.(The notation is 0.7.4.)

Environment (please complete the following information):

Additional context e.g. ColorPalette.h Installed by ArdionoIDE

/ Copyright (c) Shinya Ishikawa. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full
// license information.

#ifndef COLORPALETTE_H_
#define COLORPALETTE_H_
# if defined(ARDUINO_M5STACK_Core2) || defined(M5AVATAR_CORE2) || defined(_M5Core2_H_)
  #include <M5Core2.h>
# else
  #include <M5Stack.h>
# endif
GOB52 commented 2 years ago

I misunderstood something. It's a work in progress. My apologies.