jsupm_jhd1313m1 install fails on hd44780_bits.h
teuteuguy opened this issue · 2 comments
teuteuguy commented
../jhd1313m1_c.c:36:26: fatal error: hd44780_bits.h: No such file or directory
#include "hd44780_bits.h"
^
compilation terminated.
Propanu commented
Hi @teuteuguy, you'll need to provide additional details for us to be able to help with this. The header is in the dependent lcm1602
module and should be found by CMake automatically during the build. If you see while compiling an example, make sure the dependencies lcm1602
and utilities-c
are also installed along with jhd1313m1
.
Propanu commented
Are you still having issues with this?