Incorporate code changes from deltabeard/RP2040-GB

This commit is contained in:
Vincent Mistler
2022-11-19 17:14:49 +00:00
parent 06ee3ff876
commit a9f54dc37d
3 changed files with 16 additions and 4 deletions
+6
View File
@@ -50,6 +50,12 @@ extern void mk_ili9225_set_rs(bool state);
*/
extern void mk_ili9225_set_cs(bool state);
/**
* Controls state of LED pin.
* \param state Set to 0 on low output, else high.
*/
extern void mk_ili9225_set_led(bool state);
/**
* Sends data to the ILI9225 using SPI. Return only after sending data.
* \param halfword Data to send.