Centrado / z-blockly-tracker

0 stars 0 forks source link

### Block - LCD turn on #316

Open roshan1centrado opened 1 year ago

roshan1centrado commented 1 year ago

Block - LCD turn on

image

image

image

C++

void setup()
{
  display.setLed(0, 1, 1, 1); // 0, column - 1, row -1, turn on -1 

}

void loop()
{

}

Originally posted by @KumaranUI in https://github.com/kreativhut/z-blockly-tracker/discussions/118#discussioncomment-2813961

roshan1centrado commented 1 year ago

image

Code errors change the code

kreativhut commented 1 year ago

@roshan1centrado - Update the code in the discussion

roshan1centrado commented 1 year ago

@kreativhut already updated

roshan1centrado commented 1 year ago

image

semicolon is missing