Eagle3D Component - LCD Module
this is a rendering of an Eagle3D component in progress, an LCD module that is part of a set of several text-based modules.
as requested, the required files:
HD44780 Based LCD Modules Library (lcdmodules.lbr)
user.inc
user_colors.inc
user_lcd.inc
alphalcd.ttf
the lib file should go in your eagle “lbr” directory, and the inc and ttf files should go in your eagle3D “povray” directory.
a word of warning, thes are in pretty rough shape, but usable.
the include files follow the proposed rules in this post, so if you have made any changes to your user.inc, be sure to merge the files.
alternately, you can simply add the following lines to your user.inc:
#include "user_colors.inc" #include "user_lcd.inc"
happy designing, and any comments or suggestions are welcome.