lib: tizen: thor screen update
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 2 Apr 2014 14:13:59 +0000 (16:13 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 04:31:20 +0000 (13:31 +0900)
commit75b960b6defa7c5b9ed8ed18b66602dcbb53de04
tree8c40dfced804caaaefa404f5f270b768cee78aef
parent3b87b4c3511bd078f403239b5345768de197ac69
lib: tizen: thor screen update

Now cable connection message is displayed on thor screen.
When cable is connected then only unneeded lcd console lines are overwritten.

Main changes:
- add new function: draw_thor_connected()
- update function draw_thor_screen()
- usb: gadget: thor:
  - move call to draw_thor_screen(),
  - add call to draw_thor_connected()

other change:
- remove draw_thor_init_screen() function

Changes for v2015.04-rc1:
- Replace <lcd.h> to <lcd_console.h>

Changes for v2015.10-rc5
- correct usage of removed typedef 'bmp_image_t'

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
drivers/usb/gadget/f_thor.c
include/libtizen.h
lib/tizen/tizen.c