Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with other library #70

Open
Jim-bee opened this issue Jul 15, 2019 · 3 comments
Open

Issue with other library #70

Jim-bee opened this issue Jul 15, 2019 · 3 comments

Comments

@Jim-bee
Copy link

Jim-bee commented Jul 15, 2019

Hi,
Your library works great with EastRising 1.8" display a couple of exceptions;

  1. the example scroll function does not work for me.
  2. Compatibility issue with MLX90393 library //From https://github.com/tedyapo/arduino-MLX90393 by Theodore Yapo.

NOTE: Both libraries work fine on their own. Please let me know if this can be fixed or maybe a work around.

Compile Errors:

n file included from /Users/JimD/Documents/Arduino/libraries/TFT_ILI9163C-master/TFT_ILI9163C.h:135:0,
from /Users/JimD/Documents/Arduino/RewinderTS/RewinderTS.ino:11:
/Users/JimD/Documents/Arduino/libraries/TFT_ILI9163C-master/_settings/TFT_ILI9163C_registers.h:6:22: error: expected identifier before numeric constant
#define CMD_NOP 0x00//Non operation
^
/Users/JimD/Documents/Arduino/libraries/arduino-MLX90393-master/MLX90393.h:38:5: note: in expansion of macro 'CMD_NOP'
CMD_NOP = 0x00,
^
/Users/JimD/Documents/Arduino/libraries/TFT_ILI9163C-master/_settings/TFT_ILI9163C_registers.h:6:22: error: expected '}' before numeric constant
#define CMD_NOP 0x00//Non operation
^
/Users/JimD/Documents/Arduino/libraries/arduino-MLX90393-master/MLX90393.h:38:5: note: in expansion of macro 'CMD_NOP'
CMD_NOP = 0x00,
^
/Users/JimD/Documents/Arduino/libraries/TFT_ILI9163C-master/_settings/TFT_ILI9163C_registers.h:6:22: error: expected unqualified-id before numeric constant
#define CMD_NOP 0x00//Non operation
^
/Users/JimD/Documents/Arduino/libraries/arduino-MLX90393-master/MLX90393.h:38:5: note: in expansion of macro 'CMD_NOP'
CMD_NOP = 0x00,
^
In file included from /Users/JimD/Documents/Arduino/RewinderTS/RewinderTS.ino:14:0:
/Users/JimD/Documents/Arduino/libraries/arduino-MLX90393-master/MLX90393.h:65:12: error: expected unqualified-id before ')' token
MLX90393();
^
/Users/JimD/Documents/Arduino/libraries/arduino-MLX90393-master/MLX90393.h:116:1: error: expected unqualified-id before 'private'
private:
^
/Users/JimD/Documents/Arduino/libraries/arduino-MLX90393-master/MLX90393.h:138:3: error: expected unqualified-id before 'private'
private:
^
/Users/JimD/Documents/Arduino/libraries/arduino-MLX90393-master/MLX90393.h:141:1: error: expected declaration before '}' token
};
^
exit status 1
Error compiling for board Adafruit Feather M0.

@SurenBono
Copy link

SurenBono commented Jul 15, 2019 via email

@Jim-bee
Copy link
Author

Jim-bee commented Jul 17, 2019 via email

@SurenBono
Copy link

SurenBono commented Jul 19, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants