mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
Xmega does not like RST as identifier
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
#define USING_16BIT_BUS 0
|
||||
#endif
|
||||
|
||||
MCUFRIEND_kbv::MCUFRIEND_kbv(int CS, int RS, int WR, int RD, int RST):Adafruit_GFX(240, 320)
|
||||
MCUFRIEND_kbv::MCUFRIEND_kbv(int CS, int RS, int WR, int RD, int _RST):Adafruit_GFX(240, 320)
|
||||
{
|
||||
// we can not access GPIO pins until AHB has been enabled.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user