M5Stack
M5Stack copied to clipboard
Fix text size setting method in RFID_RC522 example
Corrected the method call for setting text size from 'M5.lcd.setTextSize' to 'M5.Lcd.setTextSize' to match the case sensitivit of the M5Stack library functions. This change ensures that the text size is set correctly when the RFID_RC522 example sketch i run on M5Stack devices.