Commit Graph

23 Commits

Author SHA1 Message Date
Computer construction kit SmartyKit
248755d071
Merge pull request #6 from smartykit/smartykit-video-with-ascii-art
Added ASCII art with Steve Jobs garage & SmartyKit logo as splash screen
2022-04-27 22:14:54 +03:00
Computer construction kit SmartyKit
ac363f1e82
Merge pull request #7 from smartykit/smartykit-ascii-art
Added ASCII art with Steve Jobs garage & SmartyKit logo
2022-04-27 22:14:36 +03:00
Computer construction kit SmartyKit
1a99603c45
Update Smarty_TFT.cpp
Added ASCII art support
2022-04-27 22:13:27 +03:00
Computer construction kit SmartyKit
63b2ef984f
Update Smarty_TFT.h
Added ASCII art support
2022-04-27 22:11:19 +03:00
Computer construction kit SmartyKit
8bb0ded6c5
Update SmartyKit1_VideoDriverBasic_TFT2.8_TV.ino
Changed color scheme for ASCII art
2022-04-27 22:09:29 +03:00
Computer construction kit SmartyKit
26e273ce95
Refactored version of Video driver with support of custom colors & Made by...
Refactored version of Video driver with support of custom colors & Made with love by...
2022-02-11 00:16:24 +03:00
Computer construction kit SmartyKit
451774d4af
Removed different connection pins (wiring to Display) for non-TERMINAL mode 2022-02-04 21:09:47 +03:00
Graeme Harker
813aa91de1 Merge branch 'master' of https://github.com/sparky62/apple1 2022-02-01 14:43:10 +00:00
Graeme Harker
399f458155
Merge branch 'smartykit:master' into master 2022-02-01 14:37:29 +00:00
Graeme Harker
d515c476cc Merge branch 'master' of https://github.com/sparky62/apple1 2022-02-01 13:24:11 +00:00
Graeme Harker
fecae2509f Added a fixed PS2KeyMap as SmartyPS2KeyMap 2022-02-01 13:21:08 +00:00
Computer construction kit SmartyKit
2c05bfe26e
Beta version of 40 Keys custom keyboard driver
This driver is used with 40 keys keyboard (10 cols and 4 rows, so 14 pins used) and sends char to CPU via serial connection (3 pins for Clock, Data and Latch).
2022-01-31 02:29:16 +03:00
Computer construction kit SmartyKit
aecdd17290
Adding TV Terminal library header and source file
Adding TV out library header and source file by Dave Curran, Daryl Rictor and Grant Searle
2022-01-31 02:12:14 +03:00
Graeme Harker
96e6d7a0ec Merge branch 'master' of https://github.com/sparky62/apple1 2022-01-29 20:47:38 +00:00
Graeme Harker
4ceb6506ed include Terminal.h only #ifdef _TERMINAL_ 2022-01-29 20:47:35 +00:00
Computer construction kit SmartyKit
9cce8e0b62
Merge pull request #2 from sparky62/master
Upgrade to use PS2KeyAdvanced to support modern PS/2 Keyboards (like Perixx from Amazon – https://youtu.be/6pjx7aud5Eo).
2022-01-26 11:03:58 +03:00
Computer construction kit SmartyKit
cc0350e13d
Adding PS2KeyAdvanced library to a Keyboard driver to support modern PS/2 Keyboards (like Perixx)
Adding PS2KeyAdvanced library by Paul Carpenter to let SmartyKit Keyboard controller driver work with modern PS/2 Keyboards (like Perixx – https://youtu.be/6pjx7aud5Eo)
2022-01-26 11:02:37 +03:00
Graeme Harker
b942e4b29b Added KeyMap 2022-01-23 19:03:56 +00:00
Graeme Harker
bbb796662d LO_CLOCK now ticks all of the time 2022-01-23 12:07:27 +00:00
Graeme Harker
facdf370a1 added digitalPinToInterrupt() 2022-01-22 17:35:20 +00:00
Graeme Harker
7624cdc240 Reimplemented with PS2KeyAdvanced library 2022-01-22 17:29:34 +00:00
Sergei Panarin
8b809ef2de Keyboard Driver Update to v.1.1 (auto mode, bug fix)
- auto mode: we added auto mode to send F000R command when PS/2 keyboard is not connected. It could be useful to test Terminal (the first major step) and when SmartyKit 1 is assembled but you don't have PS/2 keyboard available
- bug fix: we made uppercase not just small caps lettes but all symbols with ASCII codes greater than 0x60. Now we capitalize only 'a' to 'z' (ASCII codes 0x61–0x7A)
2021-08-28 19:57:00 +03:00
Sergei Panarin
fa47f21341 Updated Video and Keyboard drivers
Updated versions of Video and Keyboard drivers (version Jan-2021)
2021-04-29 08:34:03 +03:00