-
No closing ;
09/18/2019 at 13:39 • 0 commentsReleased a new update of http://rittle.org
Now, with the line closing ' ; ' characters made just optional, programs look very much like Basic while still retaining the extended functionality of Rittle
-
The RITTLE Board is now available on Tindie
06/25/2019 at 10:44 • 0 comments -
Font smoothing is cool!
06/22/2019 at 11:37 • 0 commentsThe difference it makes is really worth the effort of achieving it!
-
SPI displays
06/20/2019 at 08:21 • 0 commentsRittle now supports SPI displays :)
Even for console.
Next steps - touch panels and more displays
-
COB 4-bit LCD
06/02/2019 at 10:22 • 0 comments -
Still troubles with the sleep mode
06/01/2019 at 08:59 • 0 commentsThe sleep mode on PIC32MZ proved itself a nut quite hard to crack. A ton of registers to control power to this or that, and still no single solution that simply puts the chip into sleep mode. Microchip haven't learned their lesson yet, apparently.
Anyway, the work on this is on.
Rittle's main purpose is educational and as such it includes everything that a student would need to understand embedded processing. The environment is command line with a line editor that is not too easy and not too hard to learn. Compilation of a high level language lists low level pseudo-assembly that can be traced during execution.
Next stop - displays.
-
Windows version - decent for testing
05/27/2019 at 19:34 • 0 commentsI released the executable file of the Windows port of Rittle. It is not as fast as the PIC32 one (actually, way slower), but still - probably worth playing with as an introductory tool.