cancel
Showing results for 
Search instead for 
Did you mean: 

unknown type name NexTouch

AKann.1
Associate II

Hi guys

I started to program STM32 NUCLEO with nextion HMI . i took an existing an library for GitHub the link is https://github.com/alperssl/Nextion-Hmi-Library-for-STM32-Platform

the issue i am facing is the complier is telling unknown type name NexTouch

0690X00000DC1ZDQA1.png

help me to sort this problem please help me if i am doing it wrongly...

3 REPLIES 3

You should have one or more header file included, where this type is defined.

This is basic C knowledge, nothing STM32-specific. Get some C course.

JW

AKann.1
Associate II

the problem is NexTouch is undefined . could you help how to define it

i have included all header file and the problem is not with the inclusion of header file.

please don't see the image and tell the suggestion.

if u really have the skill go to function declaration and check what exactly is the problem.

only if u see the function declaration you can understand the problem...