comparison scripts/config-headers.sh @ 8:99ae5bf8cab5

scripts/config-headers.sh: R2D_EMBEDDED_LCD change
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:57:11 +0000
parents d6f8d6efdf5b
children ee04ca45053d
comparison
equal deleted inserted replaced
7:d6f8d6efdf5b 8:99ae5bf8cab5
110 then 110 then
111 R2D_STATE=1 111 R2D_STATE=1
112 fi 112 fi
113 export R2D_STATE 113 export R2D_STATE
114 114
115 if [ -z "$DSAMPLE_FULL_COLOR" ] 115 if [ -z "$R2D_EMBEDDED_LCD" ]
116 then 116 then
117 DSAMPLE_FULL_COLOR=1 117 R2D_EMBEDDED_LCD=7
118 fi 118 fi
119 export DSAMPLE_FULL_COLOR 119 export R2D_EMBEDDED_LCD
120 120
121 if [ -z "$TI_PROFILER" ] 121 if [ -z "$TI_PROFILER" ]
122 then 122 then
123 TI_PROFILER=0 123 TI_PROFILER=0
124 fi 124 fi