mirror of
https://github.com/eclipse/upm.git
synced 2025-07-07 20:31:13 +03:00
firmata: extended data types on pins to allow subplatform usage
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -527,7 +527,7 @@ class ST7735 : public GFX {
|
||||
* @param rs Data/command pin
|
||||
* @param rst Reset pin
|
||||
*/
|
||||
ST7735 (uint8_t csLCD, uint8_t cSD, uint8_t rs, uint8_t rst);
|
||||
ST7735 (int csLCD, int cSD, int rs, int rst);
|
||||
|
||||
/**
|
||||
* Returns the name of the component
|
||||
|
Reference in New Issue
Block a user