LPC1114CodeBase icon indicating copy to clipboard operation
LPC1114CodeBase copied to clipboard

Compile error on ST7565.c

Open jdesbonnet opened this issue 11 years ago • 0 comments

Compiling with gcc version 4.6.2 20111004 (prerelease) (Linaro GCC 4.6-2011.10) on Ubuntu 12.04 I get the following error: drivers/displays/bitmap/ST7565/ST7565.c:45:20: fatal error: st7565.h: No such file or directory

Case sensitivity issue: need to include "ST7565.h" not "st7565.h"

jdesbonnet avatar Feb 16 '13 18:02 jdesbonnet