#include "lcd.h" void setup() { // put your setup code here, to run once: //delay(1000); lcd_init(); } void loop() { // put your main code here, to run repeatedly: LCD_Clear(rand()); }