Lgt8fx Versions Save

Board Package for Logic Green LGT8F328P LGT8F328D and LGT8F88D

v2.0.7

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dbuezas/lgt8fx/compare/v2.0.6...v2.0.7

v2.0.6

11 months ago

What's Changed

Full Changelog: https://github.com/dbuezas/lgt8fx/compare/v2.0.5...v2.0.6

v2.0.5

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dbuezas/lgt8fx/compare/v2.0.4...v2.0.5

v2.0.4

1 year ago

What's Changed

v2.0.3

1 year ago

What's Changed

Full Changelog: https://github.com/dbuezas/lgt8fx/compare/v2.0.2...v2.0.3

v2.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/dbuezas/lgt8fx/compare/v2.0.1...v2.0.2

v2.0.1

1 year ago

See #257

What's Changed

New Contributors

Full Changelog: https://github.com/dbuezas/lgt8fx/compare/v2.0.0...v2.0.1

v2.0.0

1 year ago

This version is exactly the same as the now deleted v1.0.7.

We realised in #232 that a breaking change had slipped through, so we decided to change the major version number and remove v1.0.7 to avoid further confusion.

The breaking change is:

  • analogRead now uses 10bit resolution by default instead of 12bit as before (v1.0.6).

This means that analogRead now returns a number between 0 and 1024 (instead of 4096), to align with standard Arduino Uno behaviour. More here: #130

v1.0.6

3 years ago

Improved Software Serial, better compatibility and 438 bytes smaller code https://github.com/dbuezas/lgt8fx/pull/26 by @jg1uaa

Added 328p variant of SSOP20 and a fix for SPI in this board https://github.com/dbuezas/lgt8fx/pull/16 by @LaZsolt

Added an ISP programmer for 328p and a menu to set up SERIAL_RX_BUFFER_SIZE as required by it https://github.com/brother-yan/LGTISP by @brother-yan

v1.0.5

4 years ago

Use when an external 32MHz crystal is connected to LGT8F328P Port B Pin 6 & 7 (see databook for details, in particular about the decoupling capacitors). You can comfortably switch between the internal and external OSC using the tools menu:

clock-source

And then pick the speed you want to run at (I tested 16MHz as well as 32MHz, but I kept the other options as well). This directly sets the prescaler to the correct value:

clock

Contributor: #seisfeld