mirror of
https://github.com/sipeed/Maixduino.git
synced 2026-03-03 00:53:59 +01:00
Fixed typo in Sipeed_GC0328::setRotation method name
This commit is contained in:
@@ -692,7 +692,7 @@ uint8_t* Sipeed_GC0328::snapshot()
|
||||
return _dataBuffer;
|
||||
}
|
||||
|
||||
void Sipeed_GC0328::setRotaion(uint8_t rotation)
|
||||
void Sipeed_GC0328::setRotation(uint8_t rotation)
|
||||
{
|
||||
//FIXME
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ public:
|
||||
virtual uint8_t* snapshot();
|
||||
virtual uint16_t* getRGB565(){ return (uint16_t*)_dataBuffer; };
|
||||
virtual uint8_t* getRGB888(){ return _aiBuffer; };
|
||||
virtual void setRotaion(uint8_t rotation);
|
||||
virtual void setRotation(uint8_t rotation);
|
||||
virtual void setInvert(bool invert);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user