comparison components/icn @ 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
20 case "$UI_CONFIG" in 20 case "$UI_CONFIG" in
21 bigcolor) 21 bigcolor)
22 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" 22 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
23 CPPFLAGS="$CPPFLAGS -DLSCREEN" 23 CPPFLAGS="$CPPFLAGS -DLSCREEN"
24 ;; 24 ;;
25 bigbw) 25 smallbw)
26 CPPFLAGS="$CPPFLAGS -DLSCREEN"
27 ;;
28 84x48)
29 ;; 26 ;;
30 *) 27 *)
31 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2 28 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
32 exit 1 29 exit 1
33 esac 30 esac