oled: add resolution dependent themes

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a6344fc22
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)

Origin message was:
------------------
- oled: add resolution dependent themes

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-07-11 00:02:00 +02:00
parent 28c9c0459f
commit 300239c079
22 changed files with 188 additions and 22 deletions

View File

@@ -1,14 +1,3 @@
SUBDIRS = \
clock \
weather
installdir = $(ICONSDIR)/oled
install_DATA = \
advanced.png \
blank.png \
easy.png \
medium.png \
simple.png \
standby.png \
weather.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 601 KiB

View File

@@ -0,0 +1,72 @@
# align none 0, align left 1, align center 2, align right 3
# if align > 0 x position will be ignore
# if glcd_background != "" background color will be ignore
# if glcd_position_settings != false this allow to edit position settings over gui
glcd_color_fg_red=100
glcd_color_fg_green=100
glcd_color_fg_blue=100
glcd_color_bg_red=0
glcd_color_bg_green=0
glcd_color_bg_blue=0
glcd_color_bar_red=62
glcd_color_bar_green=62
glcd_color_bar_blue=62
glcd_font=/share/fonts/neutrino.ttf
glcd_background=
glcd_align_channel=2
glcd_align_epg=2
glcd_align_duration=0
glcd_align_start=0
glcd_align_end=0
glcd_align_time=2
glcd_show_progressbar=true
glcd_show_duration=false
glcd_show_start=false
glcd_show_end=false
glcd_show_time=true
glcd_show_weather=false
glcd_percent_channel=25
glcd_channel_x_position=0
glcd_channel_y_position=19
glcd_percent_epg=15
glcd_epg_x_position=0
glcd_epg_y_position=97
glcd_percent_duration=0
glcd_duration_x_position=0
glcd_duration_y_position=0
glcd_percent_start=0
glcd_start_x_position=0
glcd_start_y_position=0
glcd_percent_end=0
glcd_end_x_position=0
glcd_end_y_position=0
glcd_percent_time=25
glcd_time_x_position=0
glcd_time_y_position=172
glcd_percent_bar=20
glcd_bar_x_position=0
glcd_bar_y_position=157
glcd_bar_width=400
glcd_percent_logo=25
glcd_logo_x_position=0
glcd_logo_y_position=19
glcd_percent_smalltext=4
glcd_smalltext_y_position=4
glcd_rec_icon_x_position=332
glcd_mute_icon_x_position=228
glcd_ts_icon_x_position=369
glcd_timer_icon_x_position=278
glcd_ecm_icon_x_position=83
glcd_dd_icon_x_position=198
glcd_txt_icon_x_position=161
glcd_cam_icon_x_position=123
glcd_digital_clock_y_position=15
glcd_size_simple_clock=40
glcd_simple_clock_y_position=15
glcd_weather_x_position_current=0
glcd_weather_x_position_next=0
glcd_weather_y_position=0
glcd_weather_x_position_current_standby=8
glcd_weather_x_position_next_standby=283
glcd_weather_y_position_standby=131
glcd_position_settings=true

View File

@@ -0,0 +1,4 @@
oledthemesdir = $(THEMESDIR)/oled
oledthemes_DATA = \
Default.otheme

View File

@@ -0,0 +1,18 @@
oledthemesdir = $(THEMESDIR)/oled
oledthemes_DATA = \
Default.otheme \
Advanced.otheme \
Easy.otheme \
Medium.otheme \
Simple.otheme \
Weather.otheme
olediconsdir = $(ICONSDIR)/oled
oledicons_DATA = \
advanced.png \
easy.png \
medium.png \
simple.png \
weather.png

View File

Before

Width:  |  Height:  |  Size: 601 KiB

After

Width:  |  Height:  |  Size: 601 KiB

View File

Before

Width:  |  Height:  |  Size: 601 KiB

After

Width:  |  Height:  |  Size: 601 KiB

View File

Before

Width:  |  Height:  |  Size: 601 KiB

After

Width:  |  Height:  |  Size: 601 KiB

View File

Before

Width:  |  Height:  |  Size: 601 KiB

After

Width:  |  Height:  |  Size: 601 KiB

View File

Before

Width:  |  Height:  |  Size: 451 KiB

After

Width:  |  Height:  |  Size: 451 KiB

View File

@@ -0,0 +1,72 @@
# align none 0, align left 1, align center 2, align right 3
# if align > 0 x position will be ignore
# if glcd_background != "" background color will be ignore
# if glcd_position_settings != false this allow to edit position settings over gui
glcd_color_fg_red=100
glcd_color_fg_green=100
glcd_color_fg_blue=100
glcd_color_bg_red=0
glcd_color_bg_green=0
glcd_color_bg_blue=0
glcd_color_bar_red=62
glcd_color_bar_green=62
glcd_color_bar_blue=62
glcd_font=/share/fonts/neutrino.ttf
glcd_background=
glcd_align_channel=2
glcd_align_epg=2
glcd_align_duration=0
glcd_align_start=0
glcd_align_end=0
glcd_align_time=2
glcd_show_progressbar=true
glcd_show_duration=false
glcd_show_start=false
glcd_show_end=false
glcd_show_time=true
glcd_show_weather=false
glcd_percent_channel=25
glcd_channel_x_position=0
glcd_channel_y_position=38
glcd_percent_epg=15
glcd_epg_x_position=0
glcd_epg_y_position=195
glcd_percent_duration=0
glcd_duration_x_position=0
glcd_duration_y_position=0
glcd_percent_start=0
glcd_start_x_position=0
glcd_start_y_position=0
glcd_percent_end=0
glcd_end_x_position=0
glcd_end_y_position=0
glcd_percent_time=25
glcd_time_x_position=0
glcd_time_y_position=345
glcd_percent_bar=20
glcd_bar_x_position=0
glcd_bar_y_position=315
glcd_bar_width=800
glcd_percent_logo=25
glcd_logo_x_position=0
glcd_logo_y_position=38
glcd_percent_smalltext=4
glcd_smalltext_y_position=9
glcd_rec_icon_x_position=663
glcd_mute_icon_x_position=455
glcd_ts_icon_x_position=738
glcd_timer_icon_x_position=555
glcd_ecm_icon_x_position=166
glcd_dd_icon_x_position=397
glcd_txt_icon_x_position=322
glcd_cam_icon_x_position=247
glcd_digital_clock_y_position=30
glcd_size_simple_clock=40
glcd_simple_clock_y_position=30
glcd_weather_x_position_current=0
glcd_weather_x_position_next=0
glcd_weather_y_position=0
glcd_weather_x_position_current_standby=10
glcd_weather_x_position_next_standby=567
glcd_weather_y_position_standby=263
glcd_position_settings=true

View File

@@ -0,0 +1,4 @@
oledthemesdir = $(THEMESDIR)/oled
oledthemes_DATA = \
Default.otheme

View File

@@ -1,9 +1,13 @@
installdir = $(THEMESDIR)/oled
install_DATA = \
advanced.otheme \
default.otheme \
easy.otheme \
medium.otheme \
simple.otheme \
weather.otheme
SUBDIRS =
if BOXMODEL_VUUNO4KSE
SUBDIRS += 400x240
endif
if BOXMODEL_VUSOLO4K
SUBDIRS += 480x320
endif
if BOXMODEL_VUDUO4K
SUBDIRS += 480x320
endif
if BOXMODEL_VUULTIMO4K
SUBDIRS += 800x480
endif