edgetx icon indicating copy to clipboard operation
edgetx copied to clipboard

[LUA API] move lcd functions to lcd.* group

Open JimB40 opened this issue 4 years ago • 0 comments

from General popupConfirmation -> lcd.drawPopupConfirmation() popupInput -> lcd.drawPopupInput() popupWarning -> lcd.drawPopupWarning() also GREY() -> lcd.GREY()

from Bitmap Bitmap.open -> lcd.bitmapOpen() Bitmap.getSize -> lcd.bitmapGetSize()

Then Bitmap.* grup can be depreciated over time.

JimB40 avatar Sep 21 '21 06:09 JimB40