comparison components/bmi @ 24:63c80ef2cecb

components: UI_CONFIG change for Tourmaline
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 17:11:48 +0000
parents fdc83c1ab3ff
children e58a5bb12de4
comparison
equal deleted inserted replaced
23:fdc83c1ab3ff 24:63c80ef2cecb
23 case "$UI_CONFIG" in 23 case "$UI_CONFIG" in
24 bigcolor) 24 bigcolor)
25 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" 25 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
26 CPPFLAGS="$CPPFLAGS -DLSCREEN" 26 CPPFLAGS="$CPPFLAGS -DLSCREEN"
27 ;; 27 ;;
28 bigbw) 28 smallbw)
29 CPPFLAGS="$CPPFLAGS -DLSCREEN"
30 ;;
31 84x48)
32 ;; 29 ;;
33 *) 30 *)
34 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2 31 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
35 exit 1 32 exit 1
36 esac 33 esac