Centrado / z-blockly-tracker

0 stars 0 forks source link

### Icon design #304

Closed roshan1centrado closed 1 year ago

roshan1centrado commented 1 year ago

Icon design

image

#include <avr/pgmspace.h>

const unsigned char Icon Name [] PROGMEM={0x00, 0x00, 0x00, 0x00};

void setup()
{

}

void loop()
{

}

The name replaces the icon name , the hex will be replaced in the 0x00 values.

Originally posted by @roshan1centrado in https://github.com/kreativhut/z-blockly-tracker/discussions/119#discussioncomment-3363216

roshan1centrado commented 1 year ago

image

The second block code is replacing the first one, it should be created in a new line.