Skip to content

Commit ca6c8a7

Browse files
authored
Version 1.3 - Code Update, Typos and some other errors
1 parent 2b54b88 commit ca6c8a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Demo video here: [http://www.youtube.com/watch?v=nNWkdR4P_UA](http://www.youtube
44

55
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).
66

7-
# BlueVGA v1.2
7+
# BlueVGA v1.3
88
VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels screen with 8x8 Tiles (or Characters) from a user defined bitmap font
99

10-
In version 1.2 there is a graphical mode that allows to manipulate pixels as well. Actually it uses 256 RAM Tiles that can be positioned any place in the screen and, by this way, it is possible to set individual pixels.
10+
In version 1.3 there is a graphical mode that allows to manipulate pixels as well. Actually it uses 256 RAM Tiles that can be positioned any place in the screen and, by this way, it is possible to set individual pixels.
1111

1212
This is not a full screen pixel setting, but allows for several graphical applications. Please check the examples in this library to learn more about it.
1313

@@ -240,4 +240,4 @@ Beside that effect there is an important side effect: **Any Arduino function tha
240240
Some known fuctions that need Timer are: HardwareTimer functions, Servo Motor control functions, tone() related functions, pwmWrite() and pinMode(..., PWM) functions
241241
In order to use any of those functions, unfortunately, user will have to write a new version of necessary functions or use some 3rd party library to replace them.
242242

243-
For work aroud, it's possible to use Roger's Core instead, which doesn't turn off HardwareTimer.
243+
For work aroud, it's possible to use Roger's Core instead, which doesn't turn off HardwareTimer.

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"maintainer": true
1717
}
1818
],
19-
"version": "0.1.2",
19+
"version": "0.1.3",
2020
"frameworks": "arduino",
2121
"platforms": "STM32F1,stm32"
22-
}
22+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=BlueVGA Library for BluePill
2-
version=0.1.2
2+
version=0.1.3
33
author=Rodrigo Corbera <[email protected]>
44
maintainer=Rodrigo Corbera <[email protected]>
55
sentence=VGA library for STM32F103C8T6 (BluePill) that can manipulate a 224x240 pixels with 8x8 Tiles or Characters from a user defined bitmap font

0 commit comments

Comments
 (0)