Menu

Code Commit Log


Commit Date  
[r656] by evanvennn

Updated GLCH.H to support HX8347G
New HX8347G library
Revised ILI9341 to support faster clear screen

2017-11-16 18:23:47 Tree
[r655] by evanvennn

Update to PCD8544 GLCD to support hardware SPI

2017-11-15 14:58:43 Tree
[r654] by evanvennn

ReadPixel_ILI9341 added to library

2017-11-11 16:23:05 Tree
[r653] by w_cholmondeley

Fixes for compiler bugs:
- Fixed null pointer exception when the last script line processed is End If
- Fixed two bugs in new temporary variable overwriting protection code, one which could cause the same new temporary variable to be overwritten, and one which would lock up the compiler if there was a recursive call.

2017-11-07 15:54:46 Tree
[r652] by evanvennn

Added _v9081Patch=1 and _v9081Patch=2 for fix

2017-11-07 14:29:05 Tree
[r651] by evanvennn

Restore the cache value correctly in HPWMUpdate

2017-11-07 08:31:13 Tree
[r650] by w_cholmondeley

Compiler additions:
- Fixed bug where temporary string variables were overwritten prematurely
- Added asm ShowDebug command - anything following this will have any constants replaced, and will then be inserted as a comment into the assembly at that location
- Replaced debugging nops in system.h with asm ShowDebug
- Temporary string variable sizes are now set based on the string to be copied into the variable - a temporary variable to store "Hello, world" would now be 13 bytes rather than 20 or 40 (depending on the chip).
- Command line /K:A switch now correctly passes all input lines to assembly file. Comment lines were omitted erroneously ever since this switch was implemented.
- Fixed bug in Rotate command which caused declarations for non-byte variables to be removed from the assembly when only the Rotate command operated on that variable

2017-11-05 16:15:24 Tree
[r649] by evanvennn

PWM16 for the Microchip 16bit PMW modules!
updated lowlevel.dat
See https://github.com/Anobium/Great-Cow-BASIC-Demonstration-Sources/tree/master/PWM%20Solutions/PIC%20PWM16%20Examples for code

2017-11-05 10:11:17 Tree
[r648] by evanvennn

Tidy up by deleting all the demos - they are now secure in GitHub

2017-10-31 19:18:06 Tree
[r647] by evanvennn

Updated.dat files with new chip data and K42 support

2017-10-31 19:12:59 Tree
Older >