Pico_code icon indicating copy to clipboard operation
Pico_code copied to clipboard

Typos in LCD_2in.c and LCD_2in_test.c

Open pidd-wbiz opened this issue 4 years ago • 1 comments

Both LCD_2in.c and LCD_2in_test.c have

#include "LCD_2IN.h"

Which should be

#include "LCD_2in.h"

pidd-wbiz avatar May 22 '21 16:05 pidd-wbiz

That typo with insensitive filenames is still there:

[ 59%] Building C object examples/CMakeFiles/examples.dir/LCD_2in_test.c.obj
/Pico/OLED-1.3/c/examples/LCD_2in_test.c:31:10: fatal error: LCD_2IN.h: No such file or directory
   31 | #include "LCD_2IN.h"

yvs2014 avatar Sep 19 '21 19:09 yvs2014