diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 16 | ||||
-rw-r--r-- | images/remote_button_blue.png | bin | 0 -> 620 bytes | |||
-rw-r--r-- | images/remote_button_green.png | bin | 0 -> 620 bytes | |||
-rw-r--r-- | images/remote_button_grey.png | bin | 0 -> 650 bytes | |||
-rw-r--r-- | images/remote_button_red.png | bin | 0 -> 624 bytes | |||
-rw-r--r-- | images/remote_button_yellow.png | bin | 0 -> 631 bytes |
6 files changed, 9 insertions, 7 deletions
diff --git a/images/Makefile b/images/Makefile index 8dbe8ce..25ad105 100644 --- a/images/Makefile +++ b/images/Makefile @@ -15,13 +15,15 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): OBJS = logo.o record.o active.o inactive.o button_blue.o \ - file.o folder_closed.o folder_open.o plus.o minus.o \ - transparent.o edit.o del.o play.o close.o \ - bg_header_h.o bg_header_l.o bg_header_r.o \ - bg_box_h.o bg_box_l.o bg_box_r.o \ - movie.o menu_line_bg.o bg_line.o bg_tools.o \ - zap.o favicon.o bg_line_top.o reload.o stop.o \ - one_uparrow.o one_downarrow.o + remote_button_yellow.o remote_button_green.o \ + remote_button_red.o remote_button_grey.o \ + remote_button_blue.o file.o folder_closed.o \ + folder_open.o plus.o minus.o transparent.o \ + edit.o del.o play.o close.o bg_header_h.o \ + bg_header_l.o bg_header_r.o bg_box_h.o bg_box_l.o \ + bg_box_r.o movie.o menu_line_bg.o bg_line.o \ + bg_tools.o zap.o favicon.o bg_line_top.o reload.o \ + stop.o one_uparrow.o one_downarrow.o \ ### Default rules: diff --git a/images/remote_button_blue.png b/images/remote_button_blue.png Binary files differnew file mode 100644 index 0000000..72fd603 --- /dev/null +++ b/images/remote_button_blue.png diff --git a/images/remote_button_green.png b/images/remote_button_green.png Binary files differnew file mode 100644 index 0000000..232ea94 --- /dev/null +++ b/images/remote_button_green.png diff --git a/images/remote_button_grey.png b/images/remote_button_grey.png Binary files differnew file mode 100644 index 0000000..5175c2a --- /dev/null +++ b/images/remote_button_grey.png diff --git a/images/remote_button_red.png b/images/remote_button_red.png Binary files differnew file mode 100644 index 0000000..511a230 --- /dev/null +++ b/images/remote_button_red.png diff --git a/images/remote_button_yellow.png b/images/remote_button_yellow.png Binary files differnew file mode 100644 index 0000000..d4031c3 --- /dev/null +++ b/images/remote_button_yellow.png |