Having trouble with the demo code of Displaying Gyro

Hello,

I got a Wio Terminal and want to try demo code of Displaying Gyro which was shown on the Seeed Wiki.
I just copied the code by clicking the “copy to clipboard” button and pasted on my Arduino IDE but could not verify with error message "no matching function for call to ‘text::font_height()’ at following.

header.height(header.font_height() * 2);

Do I need any other setting to run the demo code?
I’m newbie to both Wio Terminal and Arduino IDE so I might miss something important.

Appreciate your support in advance.

I am having the same issue. What library is “text” in?

Sorry, but the development may have revised the linecharts codebase out of necessity, resulting in some missing functionality. You can try uninstalling the original Seeed_Arduino_Linechart library and installing the original version at

Hello Citric,

Your suggestion worked for me.
Appreciate your support.

Hello @Citric
Your suggestion of installing the origin version at the given link has done it for me. Thanks!

Hey @Citric, thank you so much for your help. I’ve been dealing with this problem for hours.