Customize Header in Calendar Widget

The only way right now is to patch lv_calendar.c yourself. Here is where you would make the change. You’d want to comment out the logic for adding the year, and change the strcpy destination to &txt_buf[0], since there would be nothing before the month.