Skip to content

Instantly share code, notes, and snippets.

@SaheblalBagwan
Last active January 12, 2024 05:27
#include "glcd.h"
void main()
{
GLCD_Init();
GLCD_HorizontalGraph(0,45);
GLCD_HorizontalGraph(1,50);
GLCD_HorizontalGraph(2,82);
GLCD_HorizontalGraph(3,74);
while(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment