FreeCalypso > hg > fc-tourmaline
changeset 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 | 1fb47f5b597a |
files | scripts/config-headers.sh |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/config-headers.sh Fri Oct 16 06:52:37 2020 +0000 +++ b/scripts/config-headers.sh Fri Oct 16 06:57:11 2020 +0000 @@ -112,11 +112,11 @@ fi export R2D_STATE -if [ -z "$DSAMPLE_FULL_COLOR" ] +if [ -z "$R2D_EMBEDDED_LCD" ] then - DSAMPLE_FULL_COLOR=1 + R2D_EMBEDDED_LCD=7 fi -export DSAMPLE_FULL_COLOR +export R2D_EMBEDDED_LCD if [ -z "$TI_PROFILER" ] then