
Re: Do you need a LCD screen to do multiple autonimous
You do not need an LCD screen to have multiple autonomous modes. the LCD does not store programs or anything like that. It's simply a tool that the Cortex uses to give output and receive input. You can use buttons (or any other senor) to select between multiple autonomous modes if you code for them.