- Font definitiva, amb stretch
- Els boosters ja son de un us nomes - Contadors de boosters amb font definitiva i icona furtada del Batman -
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
#define DRAW_FLIP_VERTICAL 2
|
||||
#define DRAW_FLIP_BOTH 3
|
||||
|
||||
#define FONT_ZOOM_NONE 0
|
||||
#define FONT_ZOOM_VERTICAL 1
|
||||
#define FONT_ZOOM_HORIZONTAL 2
|
||||
#define FONT_ZOOM_BOTH 3
|
||||
|
||||
// Unitat per a la gestió dels recursos gràfics i dibuixat en pantalla
|
||||
namespace draw
|
||||
{
|
||||
@@ -95,6 +100,8 @@ namespace draw
|
||||
void rect(const int x, const int y, const int w, const int h);
|
||||
|
||||
void print(const char* text, const int x, const int y, const uint8_t color, const uint8_t borde);
|
||||
void print2(const char* text, const int x, const int y, const uint8_t color, const int zoom);
|
||||
void print2(const int num, const int positions, const int x, const int y, const uint8_t color, const int zoom);
|
||||
|
||||
/// @brief Refresca la pantalla
|
||||
void render();
|
||||
|
||||
Reference in New Issue
Block a user