- [NEW] implementat jdraw::stencil
This commit is contained in:
@@ -119,4 +119,14 @@ namespace draw
|
||||
|
||||
/// @brief Refresca la pantalla
|
||||
void render();
|
||||
|
||||
namespace stencil
|
||||
{
|
||||
void init();
|
||||
void enable();
|
||||
void disable();
|
||||
void clear(const uint8_t val);
|
||||
void set(const uint8_t val);
|
||||
const uint8_t query(const int x, const int y);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user