Zero #define

Hi.

Im going to port one of the lcd libraries build for DUE. Im trying to find info what constructor should i use.
due library use #ifdef ARDUINO_SAM_DUE. What should i use for zero??

thank you

I think it's #ifdef ARDUINO_SAMD_ZERO

Ill give it a try, but im 90% sure already tried that and was throwing errors like it would not be defined.

Alternatively there are the platform/architecture definitions:

ARDUINO_ARCH_AVR
ARDUINO_ARCH_SAM
ARDUINO_ARCH_SAMD

thank you. i`ll try it tonight.

I guess you can try with SAMD21G18A as well.