Author: [email protected]
Date: Mon Mar 9 01:02:07 2009
New Revision: 842
Modified:
trunk/include/external/lcd/lcd_dog_m_4.jal
trunk/include/external/lcd/lcd_dog_m_8.jal
trunk/include/external/lcd/lcd_dog_m_spi.jal
Log:
Removed some constants as discused with Joep
Modified: trunk/include/external/lcd/lcd_dog_m_4.jal
==============================================================================
--- trunk/include/external/lcd/lcd_dog_m_4.jal (original)
+++ trunk/include/external/lcd/lcd_dog_m_4.jal Mon Mar 9 01:02:07 2009
@@ -76,21 +76,6 @@
--
--
--
-----------------------------------------------------------------------------
--- some constants to control the lcd
---
-----------------------------------------------------------------------------
-const lcd_clear_display = 0b_0000_0001 -- long delay
-const lcd_return_home = 0b_0000_0010 -- long delay
-const lcd_display_onoff = 0b_0000_1000 -- short delay
-
-const lcd_cursor_shift_r_val = 0b_0001_0100
-const lcd_cursor_shift_l_val = 0b_0001_0000
-const lcd_display_shift_right = 0b_0001_1100
-const lcd_display_shift_left = 0b_0001_1000
-const lcd_set_ddram_address = 0b_1000_0000
-const lcd_set_cgram_address = 0b_0100_0000
---
-----------------------------------------------------------------------------
-
---
-----------------------------------------------------------------------------
-- delay's necessary for initialisation and some commands
--
-----------------------------------------------------------------------------
const lcd_normal_delay = 3 -- delay in 10 usec units = 30uS
Modified: trunk/include/external/lcd/lcd_dog_m_8.jal
==============================================================================
--- trunk/include/external/lcd/lcd_dog_m_8.jal (original)
+++ trunk/include/external/lcd/lcd_dog_m_8.jal Mon Mar 9 01:02:07 2009
@@ -71,21 +71,8 @@
--
--
--
---
-----------------------------------------------------------------------------
--- some constants to control the lcd
---
-----------------------------------------------------------------------------
-const lcd_clear_display = 0b_0000_0001 -- long delay
-const lcd_return_home = 0b_0000_0010 -- long delay
-const lcd_display_onoff = 0b_0000_1000 -- short delay
-
-const lcd_cursor_shift_r_val = 0b_0001_0100
-const lcd_cursor_shift_l_val = 0b_0001_0000
-const lcd_display_shift_right = 0b_0001_1100
-const lcd_display_shift_left = 0b_0001_1000
-const lcd_set_ddram_address = 0b_1000_0000
-const lcd_set_cgram_address = 0b_0100_0000
---
-----------------------------------------------------------------------------
-
+--
+--
--
-----------------------------------------------------------------------------
-- delay's necessary for initialisation and some commands
--
-----------------------------------------------------------------------------
Modified: trunk/include/external/lcd/lcd_dog_m_spi.jal
==============================================================================
--- trunk/include/external/lcd/lcd_dog_m_spi.jal (original)
+++ trunk/include/external/lcd/lcd_dog_m_spi.jal Mon Mar 9 01:02:07 2009
@@ -81,21 +81,6 @@
--
--
--
-----------------------------------------------------------------------------
--- some constants to control the lcd
---
-----------------------------------------------------------------------------
-const lcd_clear_display = 0b_0000_0001 -- long delay
-const lcd_return_home = 0b_0000_0010 -- long delay
-const lcd_display_onoff = 0b_0000_1000 -- short delay
-
-const lcd_cursor_shift_r_val = 0b_0001_0100
-const lcd_cursor_shift_l_val = 0b_0001_0000
-const lcd_display_shift_right = 0b_0001_1100
-const lcd_display_shift_left = 0b_0001_1000
-const lcd_set_ddram_address = 0b_1000_0000
-const lcd_set_cgram_address = 0b_0100_0000
---
-----------------------------------------------------------------------------
-
---
-----------------------------------------------------------------------------
-- delay's necessary for initialisation and some commands
--
-----------------------------------------------------------------------------
const lcd_normal_delay = 3 -- delay in 10 usec units = 30uS
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---