diff options
Diffstat (limited to 'apps/plugins/lua/include_lua/lcd.lua')
-rw-r--r-- | apps/plugins/lua/include_lua/lcd.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/lua/include_lua/lcd.lua b/apps/plugins/lua/include_lua/lcd.lua index f4bb0db695..726ba9b30c 100644 --- a/apps/plugins/lua/include_lua/lcd.lua +++ b/apps/plugins/lua/include_lua/lcd.lua | |||
@@ -132,16 +132,6 @@ local _lcd = {} do | |||
132 | end | 132 | end |
133 | 133 | ||
134 | --expose functions to the outside through _lcd table | 134 | --expose functions to the outside through _lcd table |
135 | --[[ | ||
136 | _lcd.text_extent = text_extent | ||
137 | _lcd.set_viewport = set_viewport | ||
138 | _lcd.duplicate = duplicate | ||
139 | _lcd.update = _update | ||
140 | _lcd.update_rect = update_rect | ||
141 | _lcd.clear = clear | ||
142 | _lcd.splashf = splashf | ||
143 | _lcd.image = image | ||
144 | ]] | ||
145 | _lcd.update = rb.lcd_update | 135 | _lcd.update = rb.lcd_update |
146 | _lcd.DEPTH = rb.LCD_DEPTH | 136 | _lcd.DEPTH = rb.LCD_DEPTH |
147 | _lcd.W = rb.LCD_WIDTH | 137 | _lcd.W = rb.LCD_WIDTH |