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

lilygo T-Display S3 ESP32-S3 1.9 inch ST7789 LCD Display ARDUINO compiler error: 'ledcSetup' was not declared in this scope 16 | ledcSetup(0, 10000, 8); #3411

Open
SalihHortum opened this issue Jul 21, 2024 · 0 comments

Comments

@SalihHortum
Copy link

ARDUINO IDE 2.3.2
TFT_eSPI ver: 2.5.43
Board "Lilygo T-Display s3" selected
CustomFont.zip
Compiler gives error :
C:\Users\salih\OneDrive\Desktop\CustomFonts-main\CustomFonts-main\FontCustom\CustomFont\CustomFont.ino:16:6: error: 'ledcSetup' was not declared in this scope
16 | ledcSetup(0, 10000, 8);
| ^~~~~~~~~
C:\Users\salih\OneDrive\Desktop\CustomFonts-main\CustomFonts-main\FontCustom\CustomFont\CustomFont.ino:17:6: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'?
17 | ledcAttachPin(38, 0);

Thanks.

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

1 participant