m5stack / M5Stack

M5Stack Arduino Library
MIT License
1.21k stars 427 forks source link

Fix text size setting method in RFID_RC522 example #328

Open kpanuragh opened 1 month ago

kpanuragh commented 1 month ago

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.

Tinyu-Zhao commented 1 month ago

We have used define to avoid this situation. Under what circumstances are you unable to run it?