Skip to content

Commit

Permalink
some doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fdivitto committed May 23, 2021
1 parent b654016 commit 8f79466
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ Finally, there is a sound engine, with multiple channels mixed to a mono output.

[![Everything Is AWESOME](https://img.youtube.com/vi/F2f0_9_TJmM/hqdefault.jpg)](https://www.youtube.com/watch?v=F2f0_9_TJmM "")

### Installation Tutorial (click for video):
### Installation Tutorial - TTGO VGA32 (click for video):

[![Everything Is AWESOME](https://img.youtube.com/vi/8OTaPQlSTas/hqdefault.jpg)](https://www.youtube.com/watch?v=8OTaPQlSTas "")

### IBM PC Emulator (click for video):

[![Everything Is AWESOME](https://img.youtube.com/vi/3I1U2nEoxIQ/hqdefault.jpg)](https://www.youtube.com/watch?v=3I1U2nEoxIQ "")

### Space Invaders Example (click for video):

[![Everything Is AWESOME](https://img.youtube.com/vi/LL8J7tjxeXA/hqdefault.jpg)](https://www.youtube.com/watch?v=LL8J7tjxeXA "")
Expand All @@ -49,7 +53,6 @@ Finally, there is a sound engine, with multiple channels mixed to a mono output.

[![Everything Is AWESOME](https://img.youtube.com/vi/OCsEqyJ7wu4/hqdefault.jpg)](https://www.youtube.com/watch?v=OCsEqyJ7wu4 "")


### Serial Terminal escape sequences for graphics and sound (click for video):

[![Everything Is AWESOME](https://img.youtube.com/vi/1TjPOSc_RaI/hqdefault.jpg)](https://www.youtube.com/watch?v=1TjPOSc_RaI "")
Expand Down Expand Up @@ -98,6 +101,10 @@ Finally, there is a sound engine, with multiple channels mixed to a mono output.

[![Everything Is AWESOME](https://img.youtube.com/vi/q3OPSq4HhDE/hqdefault.jpg)](https://www.youtube.com/watch?v=q3OPSq4HhDE "")

### Multitasking CP/M Plus Example (click for video):

[![Everything Is AWESOME](https://img.youtube.com/vi/3UevsxMQZ5w/hqdefault.jpg)](https://www.youtube.com/watch?v=3UevsxMQZ5w "")




Expand Down
3 changes: 3 additions & 0 deletions examples/VGA/MultitaskingCPM/src/CCP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,9 @@ bool CCP::cmd_INFO(uint16_t paramsAddr)
}
#endif

m_termCtrl.setForegroundColor(Color::BrightWhite);
consoleOut("\r\nPress F1...F12 to change session. Type \"help\" to get command list\r\n");

return true;
}

Expand Down
2 changes: 1 addition & 1 deletion fabgl GPIOs assignment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Audio

SDCard - HSPI
MOSI => 17 (12 on TTGO/WROVER)
MISO => 16 (2 on TTGO/WROVER)
MISO => 16 (2 on TTGO, 35 WROVER)
CLK => 14
CS => 13

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FabGL",
"keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, SSD1306, ILI9341, ST7789, OLED, DS3231, I2S, I2C, game, engine, PS2, graphics, audio, sound, font, arduino, ESP32, display",
"keywords": "sprite, terminal, VT100, ANSI, keyboard, mouse, VGA, SSD1306, ILI9341, ST7789, OLED, DS3231, I2S, I2C, game, engine, PS2, graphics, audio, sound, font, arduino, ESP32, display, vic20, emulator, 8086, z80, 6502",
"description": "VGA Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32.",
"repository":
{
Expand All @@ -16,7 +16,7 @@
"maintainer": true
}
],
"version": "1.0.2",
"version": "1.0.3",
"frameworks": "arduino",
"platforms": "espressif32"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FabGL
version=1.0.2
version=1.0.3
author=Fabrizio Di Vittorio <fdivitto2013@gmail.com>
maintainer=Fabrizio Di Vittorio <fdivitto2013@gmail.com>
sentence=VGA, SSD1306 ILI9341 ST7789 Controller, PS/2 Mouse and Keyboard Controller, Graphics Library, Graphical User Interface (GUI), Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32
Expand Down
3 changes: 3 additions & 0 deletions src/fabgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
* <CENTER> @link VGA/CollisionDetection/CollisionDetection.ino Collision Detection Example @endlink </CENTER>
* @htmlonly <div align="center"> <iframe width="560" height="349" src="http://www.youtube.com/embed/q3OPSq4HhDE?rel=0&loop=1&autoplay=1&modestbranding=1" frameborder="0" allowfullscreen align="middle"> </iframe> </div> @endhtmlonly
* - - -
* <CENTER> @link VGA/MultitaskingCPM/MultitaskingCPM.ino Multitasking CP/M Plus Example @endlink </CENTER>
* @htmlonly <div align="center"> <iframe width="560" height="349" src="http://www.youtube.com/embed/3UevsxMQZ5w?rel=0&loop=1&autoplay=1&modestbranding=1" frameborder="0" allowfullscreen align="middle"> </iframe> </div> @endhtmlonly
* - - -
*
* Created by Fabrizio Di Vittorio (fdivitto2013@gmail.com) - <http://www.fabgl.com> <br>
* Copyright (c) 2019-2021 Fabrizio Di Vittorio. <br>
Expand Down

0 comments on commit 8f79466

Please sign in to comment.