1
0
mirror of https://github.com/jscrane/r65emu.git synced 2025-02-10 04:30:29 +00:00

16 Commits

Author SHA1 Message Date
steve
ee672ccfed add bit-depth 1 for vga; cleanup colour handling 2025-01-12 13:39:33 +00:00
steve
9223b08fc1 Use bitluni-ESP32Lib for arduino-esp >= 3.0.0. Fixes #43 2025-01-12 11:33:14 +00:00
steve
096575036f fix pico build 2025-01-11 13:27:17 +00:00
Stephen Crane
ee005889f4
implement ACR_SO_T2_RATE (#42)
* implement ACR_SO_T2_RATE

* revert
2024-12-06 13:18:20 +00:00
steve
4b35cf3876 improve via debugging 2024-11-29 14:30:20 +00:00
steve
c3a82b7d7a debugging via and pia + some small bugfixes 2024-11-26 18:23:28 +00:00
Stephen Crane
7625e1613a
38 simpletimer (#39)
* SimpleTimer

* handlers

* use std::function for handlers

* ...

* add optional USE_OWN_DISPLAY
2024-11-23 12:28:18 +00:00
steve
70d63487bc moving away from inheritance from devices 2024-11-13 11:54:19 +00:00
steve
3bccf38c7d remove Line class 2024-11-12 18:22:43 +00:00
Stephen Crane
e4cc6249ff
Fonts (#37)
* fonts

* add *_DEFAULT_FONT
2024-10-20 10:21:02 +01:00
steve
9da8a503a2 rp2040 drawString() bugfix 2024-10-17 12:37:26 +01:00
Stephen Crane
9690ffb019
33 support pi pico (#36)
* building for rp2040

* ...

* timer callback for pico

* implement Display for DVI

* bugfix

* dvi

* PS/2 keyboard

* support 1/8/16 bit depths for DVI

* 0-bit depth + bugfix

* resolutions

* bugfix

* cleanup

* centering display
2024-10-16 10:19:10 +01:00
steve
c2e2f44ad3 renaming 2024-09-22 08:19:08 +01:00
Stephen Crane
4c01c406b5
banked memory support (#32) 2024-09-20 14:34:07 +01:00
steve
706e27c213 permit SD on esp32 2024-09-03 12:55:10 +01:00
Stephen Crane
900ac37644
Library format (#31)
* restructure

* update

* defaults
2024-08-29 10:31:06 +01:00