Skip to content

Commit

Permalink
Move version num to bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
masonticehurst committed Mar 1, 2024
1 parent 79bffbe commit e344982
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eRINA_STM32F7/src/rina/demo.adb
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ begin
Texture_PSU.PSU.Print (Texture_PSU.Bitmap, (5, 8));
Texture_Logo.Logo.Print (Texture_Logo.Bitmap, (75, 0));

GUI.Print ("Version: " & GUI.Build_Verson, (83, 45));

GUI.Fill_Rounded_Rectangle ((75, 60), (128, 25), GUI.Button_Color, 2);
GUI.Print ("Menu", (120, 68));
GUI.Fill_Rounded_Rectangle ((75, 45), (128, 25), GUI.Button_Color, 2);
GUI.Print ("Menu", (120, 53));

GUI.Print_Large ("Console", (5, 90));
GUI.Draw_Rounded_Rectangle
Expand All @@ -66,6 +64,8 @@ begin
GUI.Fill_Rounded_Rectangle ((420, 70), (25, 10), GUI.Get_TX_Status_Color, 1);
GUI.Print ("TX", (390, 71));

GUI.Print ("Version: " & GUI.Build_Verson, (362, 90));

-- GUI.Print ("Status: ", (80, 45));
-- GUI.Print ("Waiting for enrollment request", (145, 45));

Expand Down

0 comments on commit e344982

Please sign in to comment.