neu-rah / ArduinoMenu

Arduino generic menu/interactivity system
GNU Lesser General Public License v2.1
931 stars 189 forks source link

Using U8G2 output with standard cursor instead of colors array #346

Open JakubRakus opened 3 years ago

JakubRakus commented 3 years ago

Are there any possibility to use U8G2 output driver with cursor character ('>') to indicate selected menu item instead of 'colors' array? IMHO this standard way is more "elegant" and more readable.