Skip to content

Instantly share code, notes, and snippets.

@SaheblalBagwan
Last active January 12, 2024 05:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaheblalBagwan/49e0ad0b4d5617535430989c6736d8af to your computer and use it in GitHub Desktop.
Save SaheblalBagwan/49e0ad0b4d5617535430989c6736d8af to your computer and use it in GitHub Desktop.
#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