# HG changeset patch # User Mychaela Falconia # Date 1602898958 0 # Node ID e35ac0b021b6c32acbd2c32f74859811a283b9ac # Parent 572c3ee87676968c0a69ced996fea115d4725c8a configs: initial set of envisioned Tourmaline configs diff -r 572c3ee87676 -r e35ac0b021b6 configs/bigcolor-gprs --- /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 diff -r 572c3ee87676 -r e35ac0b021b6 configs/bigcolor-vo --- /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 diff -r 572c3ee87676 -r e35ac0b021b6 configs/bwtest --- /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 diff -r 572c3ee87676 -r e35ac0b021b6 configs/stdmodem --- /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 diff -r 572c3ee87676 -r e35ac0b021b6 configs/vpm --- /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