PropBasic Driver for EA eDip LCD
FriedV
Posts: 77
This is a small Testprogramm / Driver for this nice but somewhat pricy LCD.
Use as you seem fit at your own risk.
The character set is a bit excotic, therefore the translation table in the output routine.
Mind that LCD_Print expects a string, so LCD_Print "A" will not work, LCD_Print "A\000" will.
[code]'
' File...... TestLCD.pbas
' Author.... fgvissel 07.10.2011
' Test f
Use as you seem fit at your own risk.
The character set is a bit excotic, therefore the translation table in the output routine.
Mind that LCD_Print expects a string, so LCD_Print "A" will not work, LCD_Print "A\000" will.
[code]'
' File...... TestLCD.pbas
' Author.... fgvissel 07.10.2011
' Test f
Comments
Here is an example from the AVR BasCom Compiler for the case statement.
Perhaps it could be implemented in the same way in PropBasic: Cheers Friedrich