Makefile: # Build-time options (define to taste): # CARPLAY_NO_SPLIM = HUD shows maneuver + distance + road-name only, # never a posted speed-limit (this is the "HUD nav only" # build). Leave defined for the navigation-only release. # CARPLAY_VN_NORMALIZE = strip Vietnamese diacritics so road names render on the # HUD's limited font. Set to 0 / remove for other locales. #FEATURE_FLAGS := -DCARPLAY_NO_SPLIM -DCARPLAY_VN_NORMALIZE=1 FEATURE_FLAGS := -DCARPLAY_VN_NORMALIZE=0