summaryrefslogtreecommitdiff
path: root/update_display.lua
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2019-12-17 15:13:08 -0500
committerEugeniy E. Mikhailov <evgmik@gmail.com>2019-12-17 15:13:08 -0500
commit7f222066c48859a129f6e3318c372f393a3f45e4 (patch)
tree54ac189268bb4d7d70332cac1885aefac23c57a5 /update_display.lua
parent926cf9c5a873332ea65ccf93129053a322ec32e2 (diff)
downloadnodeMCU_rf_source_lmx2487-7f222066c48859a129f6e3318c372f393a3f45e4.tar.gz
nodeMCU_rf_source_lmx2487-7f222066c48859a129f6e3318c372f393a3f45e4.zip
hide test string
Diffstat (limited to 'update_display.lua')
-rw-r--r--update_display.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_display.lua b/update_display.lua
index 24fefdc..fe3d08d 100644
--- a/update_display.lua
+++ b/update_display.lua
@@ -2,7 +2,7 @@ function update_display()
disp:clearBuffer()
disp:drawStr(0, 0*lineH, dstr)
disp:drawStr(0, 1*lineH, tstr)
- disp:drawStr(0, 2*lineH, "test")
+ --disp:drawStr(0, 2*lineH, "test")
disp:sendBuffer()
display_tmr:start()