Skip to content

Commit

Permalink
Amazfit X v1 (9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaCX75 committed Nov 21, 2020
1 parent 1b0758b commit 1a0b161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GTR_Watch_face/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9053,7 +9053,7 @@ private void button_RefreshPreview_Click(object sender, EventArgs e)
{
bitmap = new Bitmap(Convert.ToInt32(206), Convert.ToInt32(640), PixelFormat.Format32bppArgb);
mask = new Bitmap(Application.StartupPath + @"\Mask\mask_amazfitx.png");
PreviewHeight = 210;
PreviewHeight = 472;
}
Graphics gPanel = Graphics.FromImage(bitmap);
PreviewToBitmap(gPanel, 1.0f, false, false, false, false, false, false, false, true, false, 0);
Expand Down Expand Up @@ -9123,7 +9123,7 @@ private void button_CreatePreview_Click(object sender, EventArgs e)
{
bitmap = new Bitmap(Convert.ToInt32(206), Convert.ToInt32(640), PixelFormat.Format32bppArgb);
mask = new Bitmap(Application.StartupPath + @"\Mask\mask_amazfitx.png");
PreviewHeight = 210;
PreviewHeight = 472;
}
Graphics gPanel = Graphics.FromImage(bitmap);
PreviewToBitmap(gPanel, 1.0f, false, false, false, false, false, false, false, true, false, 0);
Expand Down

0 comments on commit 1a0b161

Please sign in to comment.