changeset 31:e35ac0b021b6

configs: initial set of envisioned Tourmaline configs
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 01:42:38 +0000
parents 572c3ee87676
children 7ce079c7c5dd
files configs/bigcolor-gprs configs/bigcolor-vo configs/bwtest configs/stdmodem configs/vpm
diffstat 5 files changed, 47 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configs/bigcolor-gprs	Sat Oct 17 01:42:38 2020 +0000
@@ -0,0 +1,11 @@
+# modem services config
+GPRS=1
+SRVC=1
+
+# this is a phone handset config
+MMI=2
+R2D_STATE=1
+
+# big color UI version
+R2D_EMBEDDED_LCD=7
+UI_CONFIG=bigcolor
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configs/bigcolor-vo	Sat Oct 17 01:42:38 2020 +0000
@@ -0,0 +1,11 @@
+# modem services config: voice only
+GPRS=0
+SRVC=0
+
+# this is a phone handset config
+MMI=2
+R2D_STATE=1
+
+# big color UI version
+R2D_EMBEDDED_LCD=7
+UI_CONFIG=bigcolor
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configs/bwtest	Sat Oct 17 01:42:38 2020 +0000
@@ -0,0 +1,11 @@
+# modem services config: voice only
+GPRS=0
+SRVC=0
+
+# this is a phone handset config
+MMI=2
+R2D_STATE=1
+
+# small B&W UI version on D-Sample B&W R2D framebuffer
+R2D_EMBEDDED_LCD=8
+UI_CONFIG=smallbw
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configs/stdmodem	Sat Oct 17 01:42:38 2020 +0000
@@ -0,0 +1,7 @@
+# modem services config
+GPRS=1
+SRVC=1
+
+# no phone handset UI included
+MMI=0
+R2D_STATE=0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configs/vpm	Sat Oct 17 01:42:38 2020 +0000
@@ -0,0 +1,7 @@
+# modem services config: voice only
+GPRS=0
+SRVC=0
+
+# no phone handset UI included
+MMI=0
+R2D_STATE=0