luetee / ST7567S_128X64_I2C

LCD ST7567S 128X64 I2C Arduio UNO
24 stars 15 forks source link

how to declare this library? #4

Open Yamaha2stroke opened 1 year ago

Yamaha2stroke commented 1 year ago

how should I declare this library?

include does not work

Yamaha2stroke commented 1 year ago

include

      ^~~~~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

Compilation error: ST7567S_128X64_I2C: No such file or directory

kittenarmy commented 1 month ago

Did you check the example? If you rename ST7567S_128X64_I2C.ino to ST7567S_128X64_I2C-name to the end to match the folder, open it in Arduino it should also open all the other required files you need to compile.

#include"lcd_st7567s.h"