├── 3d_engine └── 3d_engine.c ├── 3d_engine_arduino_port └── 3d_engine_arduino_port.ino ├── BoingBall ├── BoingBall.c ├── BoingBall.c.c~ └── boingball.raw.h ├── FaceValueDemo └── facevalue.c ├── ImageCompressorToolForWindows ├── Attiny_Image_Compress.cpp └── Attiny_Image_Compress.exe ├── LICENSE.txt ├── README.md ├── Video_Codec_VS_Project.zip ├── alien ├── alien.c └── alien.raw.h ├── alien_arduino_port ├── alien.raw.h └── alien_arduino_port.ino ├── alley_cat ├── alleycat.c ├── cat1.raw.h └── cat2.raw.h ├── arduino_dither_circles └── kreise-eval-dither.ino ├── arduino_mode7_background_rotation └── arduino_mode7_background_rotation.ino ├── arduino_sternchen_star_sprites_demo └── sternchen.ino ├── arduino_text_scroll_example_using_wire └── arduino_text_scroll_example_using_wire.ino ├── attiny85-waves └── waves.c ├── bad_apple_mega2560 └── sketch │ ├── bad_apple_full_charset.h │ ├── diagram.json │ ├── displayfunc.h │ ├── full_apple_vid.h │ ├── sketch.ino │ └── tiny_multi_os.h ├── crossfade ├── crossfade.c ├── face1.raw.h └── face2.raw.h ├── diagram ├── diagram.c └── diagram.raw.h ├── diagram_arduino_port ├── diagram.raw.h └── diagram_arduino_port.ino ├── displayfunc.h ├── dither_circles_attiny └── dither_circles_attiny.c ├── dither_pattern_gen_windows_alpha └── noiser.cpp ├── filled_3d_cube └── filled_cube.c ├── flexgrid ├── flexgrid.c └── flexgrid.raw.h ├── mode7_demo_background_rotation └── mode7_background_rotation.c ├── origin └── origin.c ├── oszy └── oszy.c ├── plasmastern ├── plasmastern.c └── stern2.raw.h ├── plasmastern_arduino_port ├── plasmastern_arduino_port.ino └── stern2.raw.h ├── power_managment_demo └── power_managment_demo.c ├── raycaster └── raycaster.c ├── raycaster_arduino_port └── raycaster_arduino_port.ino ├── softscroll_and_zoom └── zoom_scroller.c ├── spaceship ├── spaceship.c └── spaceship2.raw.h ├── ssd1327_alpha_version ├── displayfunc.h └── tiny_multi_os.h ├── textzoom.c ├── tiny_multi_os.h ├── userfont.h ├── v.next ├── Video_Codec_VS_Project │ └── Video_Codec_VS_Project │ │ ├── ConsoleApplication11_codec.exe │ │ ├── ConsoleApplication11_codec.sln │ │ ├── ConsoleApplication11_codec │ │ ├── ConsoleApplication11_codec.aps │ │ ├── ConsoleApplication11_codec.cpp │ │ ├── ConsoleApplication11_codec.rc │ │ ├── ConsoleApplication11_codec.vcxproj │ │ ├── ConsoleApplication11_codec.vcxproj.filters │ │ ├── ConsoleApplication11_codec.vcxproj.user │ │ ├── Debug │ │ │ ├── ConsoleA.3BA2184A.tlog │ │ │ │ ├── CL.command.1.tlog │ │ │ │ ├── CL.read.1.tlog │ │ │ │ ├── CL.write.1.tlog │ │ │ │ ├── ConsoleApplication11_codec.lastbuildstate │ │ │ │ ├── link.command.1.tlog │ │ │ │ ├── link.read.1.tlog │ │ │ │ └── link.write.1.tlog │ │ │ ├── ConsoleApplication11_codec.log │ │ │ ├── ConsoleApplication11_codec.obj │ │ │ ├── vc141.idb │ │ │ └── vc141.pdb │ │ ├── Release │ │ │ ├── ConsoleA.3BA2184A.tlog │ │ │ │ ├── CL.command.1.tlog │ │ │ │ ├── ConsoleApplication11_codec.lastbuildstate │ │ │ │ ├── metagen.write.1.tlog │ │ │ │ └── unsuccessfulbuild │ │ │ ├── ConsoleApplication11_codec.Build.CppClean.log │ │ │ ├── ConsoleApplication11_codec.log │ │ │ └── ConsoleApplication11_codec.vcxprojAssemblyReference.cache │ │ ├── resource.h │ │ └── x64 │ │ │ ├── Debug │ │ │ ├── ConsoleA.3BA2184A.tlog │ │ │ │ ├── CL.command.1.tlog │ │ │ │ ├── CL.read.1.tlog │ │ │ │ ├── CL.write.1.tlog │ │ │ │ ├── ConsoleApplication11_codec.lastbuildstate │ │ │ │ ├── link.command.1.tlog │ │ │ │ ├── link.read.1.tlog │ │ │ │ ├── link.write.1.tlog │ │ │ │ ├── rc.command.1.tlog │ │ │ │ ├── rc.read.1.tlog │ │ │ │ └── rc.write.1.tlog │ │ │ ├── ConsoleApplication11_codec.log │ │ │ ├── ConsoleApplication11_codec.obj │ │ │ ├── ConsoleApplication11_codec.res │ │ │ ├── consoleapplication11_codec.obj.enc │ │ │ ├── vc141.idb │ │ │ └── vc141.pdb │ │ │ └── Release │ │ │ ├── ConsoleA.3BA2184A.tlog │ │ │ ├── CL.command.1.tlog │ │ │ ├── CL.read.1.tlog │ │ │ ├── CL.write.1.tlog │ │ │ ├── ConsoleApplication11_codec.lastbuildstate │ │ │ ├── ConsoleApplication11_codec.write.1u.tlog │ │ │ ├── link.command.1.tlog │ │ │ ├── link.read.1.tlog │ │ │ ├── link.write.1.tlog │ │ │ ├── rc.command.1.tlog │ │ │ ├── rc.read.1.tlog │ │ │ └── rc.write.1.tlog │ │ │ ├── ConsoleApplication11_codec.Build.CppClean.log │ │ │ ├── ConsoleApplication11_codec.log │ │ │ ├── ConsoleApplication11_codec.obj │ │ │ ├── ConsoleApplication11_codec.res │ │ │ └── vc141.pdb │ │ ├── Debug │ │ ├── ConsoleApplication11_codec.ilk │ │ └── ConsoleApplication11_codec.pdb │ │ ├── Release │ │ └── ConsoleApplication11_codec.exe.metagen │ │ └── x64 │ │ ├── Debug │ │ ├── ConsoleApplication11_codec.exe │ │ ├── ConsoleApplication11_codec.ilk │ │ └── ConsoleApplication11_codec.pdb │ │ └── Release │ │ ├── ConsoleApplication11_codec.exe │ │ ├── ConsoleApplication11_codec.exe.lastcodeanalysissucceeded │ │ ├── ConsoleApplication11_codec.iobj │ │ ├── ConsoleApplication11_codec.ipdb │ │ └── ConsoleApplication11_codec.pdb ├── arduino_demos │ ├── 3d_engine_arduino_port │ │ └── 3d_engine_arduino_port.ino │ ├── BoingBall_arduino_port │ │ ├── ball.h │ │ ├── ball.png │ │ ├── boingball_arduino_port.ino │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── alien_arduino_port │ │ ├── alien.png │ │ ├── alien.raw.h │ │ ├── alien_arduino_port.ino │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── alley_cat_arduino_port │ │ ├── alleycat_arduino_port.ino │ │ ├── cat1.h │ │ ├── cat1.png │ │ ├── cat2.h │ │ ├── cat2.png │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── arduino_dither_circles │ │ └── kreise-eval-dither.ino │ ├── arduino_mode7_background_rotation │ │ └── arduino_mode7_background_rotation.ino │ ├── arduino_sternchen_star_sprites_demo │ │ └── sternchen.ino │ ├── arduino_text_scroll_example_using_wire │ │ └── arduino_text_scroll_example_using_wire.ino │ ├── crossfade_arduino_port │ │ ├── crossfade_arduino_port.ino │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── img1.h │ │ ├── img1.png │ │ ├── img2.h │ │ ├── img2.png │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── diagram_arduino_port │ │ ├── diagram.json │ │ ├── diagram.png │ │ ├── diagram.raw.h │ │ ├── diagram_arduino_port.ino │ │ ├── displayfunc.h │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── origin_arduino_port │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── origin_arduino_port.ino │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── oszy_arduino_port │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── oszy_arduino_port.ino │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── plasmastern_arduino_port │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── plasmastern_arduino_port.ino │ │ ├── stern.png │ │ ├── stern2.raw.h │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── raycaster_arduino_port │ │ └── raycaster_arduino_port.ino │ ├── spaceship_arduino_port │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── spaceship.h │ │ ├── spaceship2.png │ │ ├── spaceship_arduino_port.ino │ │ ├── tiny_multi_os.h │ │ └── wokwi-project.txt │ ├── will_it_bend_arduino_port │ │ ├── bendcube_gamma.h │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── tiny_multi_os.h │ │ ├── will_it_bend_arduino_port.ino │ │ └── wokwi-project.txt │ └── wobble_arduino_port │ │ ├── diagram.json │ │ ├── displayfunc.h │ │ ├── tiny_multi_os.h │ │ ├── wobble.h │ │ ├── wobble.png │ │ ├── wobble_arduino_port.ino │ │ └── wokwi-project.txt ├── layermaker2 │ └── LayerMaker2 │ │ ├── Debug │ │ ├── LayerMaker2.exe │ │ ├── LayerMaker2.exe.lastcodeanalysissucceeded │ │ ├── LayerMaker2.ilk │ │ ├── LayerMaker2.pdb │ │ ├── bild_typ.png │ │ ├── bild_typ.png.h │ │ ├── gradient.png │ │ ├── gradient.png.h │ │ └── newlayer.h │ │ ├── LayerMaker2.sln │ │ └── LayerMaker2 │ │ ├── Debug │ │ ├── LayerMaker2.Build.CppClean.log │ │ ├── LayerMaker2.log │ │ ├── LayerMaker2.obj │ │ ├── LayerMaker2.tlog │ │ │ ├── CL.command.1.tlog │ │ │ ├── CL.read.1.tlog │ │ │ ├── CL.write.1.tlog │ │ │ ├── LayerMaker2.lastbuildstate │ │ │ ├── link.command.1.tlog │ │ │ ├── link.read.1.tlog │ │ │ └── link.write.1.tlog │ │ ├── vc141.idb │ │ └── vc141.pdb │ │ ├── LayerMaker2.cpp │ │ ├── LayerMaker2.vcxproj │ │ ├── LayerMaker2.vcxproj.filters │ │ └── LayerMaker2.vcxproj.user └── readme.md ├── videocodec ├── charset.h ├── vid.h └── videoplay.c ├── will_it_bend ├── bendcube_gamma.h └── will_it_bend.c └── wobble ├── wobble.c └── wobble.raw.h /3d_engine/3d_engine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/3d_engine/3d_engine.c -------------------------------------------------------------------------------- /3d_engine_arduino_port/3d_engine_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/3d_engine_arduino_port/3d_engine_arduino_port.ino -------------------------------------------------------------------------------- /BoingBall/BoingBall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/BoingBall/BoingBall.c -------------------------------------------------------------------------------- /BoingBall/BoingBall.c.c~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/BoingBall/BoingBall.c.c~ -------------------------------------------------------------------------------- /BoingBall/boingball.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/BoingBall/boingball.raw.h -------------------------------------------------------------------------------- /FaceValueDemo/facevalue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/FaceValueDemo/facevalue.c -------------------------------------------------------------------------------- /ImageCompressorToolForWindows/Attiny_Image_Compress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/ImageCompressorToolForWindows/Attiny_Image_Compress.cpp -------------------------------------------------------------------------------- /ImageCompressorToolForWindows/Attiny_Image_Compress.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/ImageCompressorToolForWindows/Attiny_Image_Compress.exe -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/README.md -------------------------------------------------------------------------------- /Video_Codec_VS_Project.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/Video_Codec_VS_Project.zip -------------------------------------------------------------------------------- /alien/alien.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/alien/alien.c -------------------------------------------------------------------------------- /alien/alien.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/alien/alien.raw.h -------------------------------------------------------------------------------- /alien_arduino_port/alien.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/alien_arduino_port/alien.raw.h -------------------------------------------------------------------------------- /alien_arduino_port/alien_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/alien_arduino_port/alien_arduino_port.ino -------------------------------------------------------------------------------- /alley_cat/alleycat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/alley_cat/alleycat.c -------------------------------------------------------------------------------- /alley_cat/cat1.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/alley_cat/cat1.raw.h -------------------------------------------------------------------------------- /alley_cat/cat2.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/alley_cat/cat2.raw.h -------------------------------------------------------------------------------- /arduino_dither_circles/kreise-eval-dither.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/arduino_dither_circles/kreise-eval-dither.ino -------------------------------------------------------------------------------- /arduino_mode7_background_rotation/arduino_mode7_background_rotation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/arduino_mode7_background_rotation/arduino_mode7_background_rotation.ino -------------------------------------------------------------------------------- /arduino_sternchen_star_sprites_demo/sternchen.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/arduino_sternchen_star_sprites_demo/sternchen.ino -------------------------------------------------------------------------------- /arduino_text_scroll_example_using_wire/arduino_text_scroll_example_using_wire.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/arduino_text_scroll_example_using_wire/arduino_text_scroll_example_using_wire.ino -------------------------------------------------------------------------------- /attiny85-waves/waves.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/attiny85-waves/waves.c -------------------------------------------------------------------------------- /bad_apple_mega2560/sketch/bad_apple_full_charset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/bad_apple_mega2560/sketch/bad_apple_full_charset.h -------------------------------------------------------------------------------- /bad_apple_mega2560/sketch/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/bad_apple_mega2560/sketch/diagram.json -------------------------------------------------------------------------------- /bad_apple_mega2560/sketch/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/bad_apple_mega2560/sketch/displayfunc.h -------------------------------------------------------------------------------- /bad_apple_mega2560/sketch/full_apple_vid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/bad_apple_mega2560/sketch/full_apple_vid.h -------------------------------------------------------------------------------- /bad_apple_mega2560/sketch/sketch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/bad_apple_mega2560/sketch/sketch.ino -------------------------------------------------------------------------------- /bad_apple_mega2560/sketch/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/bad_apple_mega2560/sketch/tiny_multi_os.h -------------------------------------------------------------------------------- /crossfade/crossfade.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/crossfade/crossfade.c -------------------------------------------------------------------------------- /crossfade/face1.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/crossfade/face1.raw.h -------------------------------------------------------------------------------- /crossfade/face2.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/crossfade/face2.raw.h -------------------------------------------------------------------------------- /diagram/diagram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/diagram/diagram.c -------------------------------------------------------------------------------- /diagram/diagram.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/diagram/diagram.raw.h -------------------------------------------------------------------------------- /diagram_arduino_port/diagram.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/diagram_arduino_port/diagram.raw.h -------------------------------------------------------------------------------- /diagram_arduino_port/diagram_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/diagram_arduino_port/diagram_arduino_port.ino -------------------------------------------------------------------------------- /displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/displayfunc.h -------------------------------------------------------------------------------- /dither_circles_attiny/dither_circles_attiny.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/dither_circles_attiny/dither_circles_attiny.c -------------------------------------------------------------------------------- /dither_pattern_gen_windows_alpha/noiser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/dither_pattern_gen_windows_alpha/noiser.cpp -------------------------------------------------------------------------------- /filled_3d_cube/filled_cube.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/filled_3d_cube/filled_cube.c -------------------------------------------------------------------------------- /flexgrid/flexgrid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/flexgrid/flexgrid.c -------------------------------------------------------------------------------- /flexgrid/flexgrid.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/flexgrid/flexgrid.raw.h -------------------------------------------------------------------------------- /mode7_demo_background_rotation/mode7_background_rotation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/mode7_demo_background_rotation/mode7_background_rotation.c -------------------------------------------------------------------------------- /origin/origin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/origin/origin.c -------------------------------------------------------------------------------- /oszy/oszy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/oszy/oszy.c -------------------------------------------------------------------------------- /plasmastern/plasmastern.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/plasmastern/plasmastern.c -------------------------------------------------------------------------------- /plasmastern/stern2.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/plasmastern/stern2.raw.h -------------------------------------------------------------------------------- /plasmastern_arduino_port/plasmastern_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/plasmastern_arduino_port/plasmastern_arduino_port.ino -------------------------------------------------------------------------------- /plasmastern_arduino_port/stern2.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/plasmastern_arduino_port/stern2.raw.h -------------------------------------------------------------------------------- /power_managment_demo/power_managment_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/power_managment_demo/power_managment_demo.c -------------------------------------------------------------------------------- /raycaster/raycaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/raycaster/raycaster.c -------------------------------------------------------------------------------- /raycaster_arduino_port/raycaster_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/raycaster_arduino_port/raycaster_arduino_port.ino -------------------------------------------------------------------------------- /softscroll_and_zoom/zoom_scroller.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/softscroll_and_zoom/zoom_scroller.c -------------------------------------------------------------------------------- /spaceship/spaceship.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/spaceship/spaceship.c -------------------------------------------------------------------------------- /spaceship/spaceship2.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/spaceship/spaceship2.raw.h -------------------------------------------------------------------------------- /ssd1327_alpha_version/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/ssd1327_alpha_version/displayfunc.h -------------------------------------------------------------------------------- /ssd1327_alpha_version/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/ssd1327_alpha_version/tiny_multi_os.h -------------------------------------------------------------------------------- /textzoom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/textzoom.c -------------------------------------------------------------------------------- /tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/tiny_multi_os.h -------------------------------------------------------------------------------- /userfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/userfont.h -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec.exe -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec.sln -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.aps -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.cpp -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.rc -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.vcxproj -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.vcxproj.filters -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/ConsoleApplication11_codec.vcxproj.user -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleA.3BA2184A.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleApplication11_codec.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleApplication11_codec.log -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleApplication11_codec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/ConsoleApplication11_codec.obj -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/vc141.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/vc141.idb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/vc141.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Debug/vc141.pdb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleA.3BA2184A.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleA.3BA2184A.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleA.3BA2184A.tlog/metagen.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleA.3BA2184A.tlog/metagen.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleA.3BA2184A.tlog/unsuccessfulbuild: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleApplication11_codec.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleApplication11_codec.Build.CppClean.log -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleApplication11_codec.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleApplication11_codec.log -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleApplication11_codec.vcxprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/Release/ConsoleApplication11_codec.vcxprojAssemblyReference.cache -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/resource.h -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/rc.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/rc.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleA.3BA2184A.tlog/rc.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleApplication11_codec.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleApplication11_codec.log -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleApplication11_codec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleApplication11_codec.obj -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleApplication11_codec.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/ConsoleApplication11_codec.res -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/consoleapplication11_codec.obj.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/consoleapplication11_codec.obj.enc -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/vc141.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/vc141.idb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/vc141.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Debug/vc141.pdb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.lastbuildstate -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.write.1u.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/ConsoleApplication11_codec.write.1u.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/rc.command.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/rc.read.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleA.3BA2184A.tlog/rc.write.1.tlog -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.Build.CppClean.log -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.log -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.obj -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/ConsoleApplication11_codec.res -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/vc141.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/ConsoleApplication11_codec/x64/Release/vc141.pdb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/Debug/ConsoleApplication11_codec.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/Debug/ConsoleApplication11_codec.ilk -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/Debug/ConsoleApplication11_codec.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/Debug/ConsoleApplication11_codec.pdb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/Release/ConsoleApplication11_codec.exe.metagen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/Release/ConsoleApplication11_codec.exe.metagen -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Debug/ConsoleApplication11_codec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Debug/ConsoleApplication11_codec.exe -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Debug/ConsoleApplication11_codec.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Debug/ConsoleApplication11_codec.ilk -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Debug/ConsoleApplication11_codec.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Debug/ConsoleApplication11_codec.pdb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.exe -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.exe.lastcodeanalysissucceeded: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.iobj -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.ipdb -------------------------------------------------------------------------------- /v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/Video_Codec_VS_Project/Video_Codec_VS_Project/x64/Release/ConsoleApplication11_codec.pdb -------------------------------------------------------------------------------- /v.next/arduino_demos/3d_engine_arduino_port/3d_engine_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/3d_engine_arduino_port/3d_engine_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/BoingBall_arduino_port/ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/BoingBall_arduino_port/ball.h -------------------------------------------------------------------------------- /v.next/arduino_demos/BoingBall_arduino_port/ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/BoingBall_arduino_port/ball.png -------------------------------------------------------------------------------- /v.next/arduino_demos/BoingBall_arduino_port/boingball_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/BoingBall_arduino_port/boingball_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/BoingBall_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/BoingBall_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/BoingBall_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/BoingBall_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/BoingBall_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/BoingBall_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/BoingBall_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/BoingBall_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/alien_arduino_port/alien.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alien_arduino_port/alien.png -------------------------------------------------------------------------------- /v.next/arduino_demos/alien_arduino_port/alien.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alien_arduino_port/alien.raw.h -------------------------------------------------------------------------------- /v.next/arduino_demos/alien_arduino_port/alien_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alien_arduino_port/alien_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/alien_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alien_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/alien_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alien_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/alien_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alien_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/alien_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alien_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/alleycat_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/alleycat_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/cat1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/cat1.h -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/cat1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/cat1.png -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/cat2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/cat2.h -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/cat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/cat2.png -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/alley_cat_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/alley_cat_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/arduino_dither_circles/kreise-eval-dither.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/arduino_dither_circles/kreise-eval-dither.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/arduino_mode7_background_rotation/arduino_mode7_background_rotation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/arduino_mode7_background_rotation/arduino_mode7_background_rotation.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/arduino_sternchen_star_sprites_demo/sternchen.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/arduino_sternchen_star_sprites_demo/sternchen.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/arduino_text_scroll_example_using_wire/arduino_text_scroll_example_using_wire.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/arduino_text_scroll_example_using_wire/arduino_text_scroll_example_using_wire.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/crossfade_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/crossfade_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/img1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/img1.h -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/img1.png -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/img2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/img2.h -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/img2.png -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/crossfade_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/crossfade_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/diagram_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/diagram_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/diagram_arduino_port/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/diagram_arduino_port/diagram.png -------------------------------------------------------------------------------- /v.next/arduino_demos/diagram_arduino_port/diagram.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/diagram_arduino_port/diagram.raw.h -------------------------------------------------------------------------------- /v.next/arduino_demos/diagram_arduino_port/diagram_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/diagram_arduino_port/diagram_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/diagram_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/diagram_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/diagram_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/diagram_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/diagram_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/diagram_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/origin_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/origin_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/origin_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/origin_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/origin_arduino_port/origin_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/origin_arduino_port/origin_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/origin_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/origin_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/origin_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/origin_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/oszy_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/oszy_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/oszy_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/oszy_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/oszy_arduino_port/oszy_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/oszy_arduino_port/oszy_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/oszy_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/oszy_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/oszy_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/oszy_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/plasmastern_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/plasmastern_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/plasmastern_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/plasmastern_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/plasmastern_arduino_port/plasmastern_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/plasmastern_arduino_port/plasmastern_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/plasmastern_arduino_port/stern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/plasmastern_arduino_port/stern.png -------------------------------------------------------------------------------- /v.next/arduino_demos/plasmastern_arduino_port/stern2.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/plasmastern_arduino_port/stern2.raw.h -------------------------------------------------------------------------------- /v.next/arduino_demos/plasmastern_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/plasmastern_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/plasmastern_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/plasmastern_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/raycaster_arduino_port/raycaster_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/raycaster_arduino_port/raycaster_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/spaceship_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/spaceship_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/spaceship_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/spaceship_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/spaceship_arduino_port/spaceship.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/spaceship_arduino_port/spaceship.h -------------------------------------------------------------------------------- /v.next/arduino_demos/spaceship_arduino_port/spaceship2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/spaceship_arduino_port/spaceship2.png -------------------------------------------------------------------------------- /v.next/arduino_demos/spaceship_arduino_port/spaceship_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/spaceship_arduino_port/spaceship_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/spaceship_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/spaceship_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/spaceship_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/spaceship_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/will_it_bend_arduino_port/bendcube_gamma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/will_it_bend_arduino_port/bendcube_gamma.h -------------------------------------------------------------------------------- /v.next/arduino_demos/will_it_bend_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/will_it_bend_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/will_it_bend_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/will_it_bend_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/will_it_bend_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/will_it_bend_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/will_it_bend_arduino_port/will_it_bend_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/will_it_bend_arduino_port/will_it_bend_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/will_it_bend_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/will_it_bend_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/arduino_demos/wobble_arduino_port/diagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/wobble_arduino_port/diagram.json -------------------------------------------------------------------------------- /v.next/arduino_demos/wobble_arduino_port/displayfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/wobble_arduino_port/displayfunc.h -------------------------------------------------------------------------------- /v.next/arduino_demos/wobble_arduino_port/tiny_multi_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/wobble_arduino_port/tiny_multi_os.h -------------------------------------------------------------------------------- /v.next/arduino_demos/wobble_arduino_port/wobble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/wobble_arduino_port/wobble.h -------------------------------------------------------------------------------- /v.next/arduino_demos/wobble_arduino_port/wobble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/wobble_arduino_port/wobble.png -------------------------------------------------------------------------------- /v.next/arduino_demos/wobble_arduino_port/wobble_arduino_port.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/wobble_arduino_port/wobble_arduino_port.ino -------------------------------------------------------------------------------- /v.next/arduino_demos/wobble_arduino_port/wokwi-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/arduino_demos/wobble_arduino_port/wokwi-project.txt -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/LayerMaker2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/LayerMaker2.exe -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/LayerMaker2.exe.lastcodeanalysissucceeded: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/LayerMaker2.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/LayerMaker2.ilk -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/LayerMaker2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/LayerMaker2.pdb -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/bild_typ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/bild_typ.png -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/bild_typ.png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/bild_typ.png.h -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/gradient.png -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/gradient.png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/gradient.png.h -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/Debug/newlayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/Debug/newlayer.h -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2.sln -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.Build.CppClean.log -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.log -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.obj -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/LayerMaker2.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/LayerMaker2.lastbuildstate -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/LayerMaker2.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/vc141.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/vc141.idb -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/vc141.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/Debug/vc141.pdb -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.cpp -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.vcxproj -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.vcxproj.filters -------------------------------------------------------------------------------- /v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/layermaker2/LayerMaker2/LayerMaker2/LayerMaker2.vcxproj.user -------------------------------------------------------------------------------- /v.next/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/v.next/readme.md -------------------------------------------------------------------------------- /videocodec/charset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/videocodec/charset.h -------------------------------------------------------------------------------- /videocodec/vid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/videocodec/vid.h -------------------------------------------------------------------------------- /videocodec/videoplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/videocodec/videoplay.c -------------------------------------------------------------------------------- /will_it_bend/bendcube_gamma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/will_it_bend/bendcube_gamma.h -------------------------------------------------------------------------------- /will_it_bend/will_it_bend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/will_it_bend/will_it_bend.c -------------------------------------------------------------------------------- /wobble/wobble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/wobble/wobble.c -------------------------------------------------------------------------------- /wobble/wobble.raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoergPflug/AttinyStreamGfxApi/HEAD/wobble/wobble.raw.h --------------------------------------------------------------------------------