M5Stack icon indicating copy to clipboard operation
M5Stack copied to clipboard

Fix text size setting method in RFID_RC522 example

Open kpanuragh opened this issue 1 year ago • 1 comments

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.

kpanuragh avatar Jul 10 '24 13:07 kpanuragh