[FEAT] memcpy
[CHANGE] New default color 0x0f
This commit is contained in:
1
ascii.h
1
ascii.h
@@ -166,6 +166,7 @@ const char* chr(uint8_t ascii);
|
||||
void setchar(uint8_t index, uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, uint8_t b6, uint8_t b7);
|
||||
uint8_t peek(uint16_t addr);
|
||||
void poke(uint16_t addr, uint8_t val);
|
||||
void memcpy(uint16_t dst, uint16_t src, uint16_t size);
|
||||
|
||||
void sound(float freq, uint32_t len);
|
||||
void nosound();
|
||||
|
||||
Reference in New Issue
Block a user