ucglib icon indicating copy to clipboard operation
ucglib copied to clipboard

Ucglib.cpp:834:3: error: '__NOP' was not declared

Open avsavushkiny opened this issue 2 years ago • 1 comments

Hello bro.

raspberry pico

Ucglib.cpp:834:3: error: '__NOP' was not declared

avsavushkiny avatar May 04 '22 22:05 avsavushkiny

I have same issue. Just go to Arduino folder then library's. Find Ucglib.cpp and add below code: #if defined(arm) #define __NOP __asm volatile ("nop") #endif

ProgramistaZaDyszke avatar Sep 21 '24 19:09 ProgramistaZaDyszke