{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":713684922,"defaultBranch":"main","name":"VgaPico","ownerLogin":"cbmeeks","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-11-03T03:00:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/49341?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698980924.0","currentOid":""},"activityList":{"items":[{"before":"e98bdc98b6baa851b8c98a7ae4b67f94ea5f6374","after":"4d6c10abf2add9954085b51f980a744c477fd89c","ref":"refs/heads/main","pushedAt":"2023-11-22T03:02:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Figured out issue with ASCII to PETSCII. Need to make new mapping for each font.","shortMessageHtmlLink":"Figured out issue with ASCII to PETSCII. Need to make new mapping for…"}},{"before":"870eaf3f02deeeb06488bf748a2c6cd864bcc3e3","after":"e98bdc98b6baa851b8c98a7ae4b67f94ea5f6374","ref":"refs/heads/main","pushedAt":"2023-11-22T02:31:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Worked on some basic cursor features and screen scrolling. Changed some drawing to use text buffers instead of pixel buffers.","shortMessageHtmlLink":"Worked on some basic cursor features and screen scrolling. Changed so…"}},{"before":"9b99aa20966cf6b6a4fd13604c772d61ad56a8df","after":"870eaf3f02deeeb06488bf748a2c6cd864bcc3e3","ref":"refs/heads/main","pushedAt":"2023-11-21T03:04:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Started work on making screen modes easily configurable. Moved petscii.py file into utils folder. Added support for inversed character colors using MSB of FG color.","shortMessageHtmlLink":"Started work on making screen modes easily configurable. Moved petsci…"}},{"before":"4cd05cea713675abf6e68d7f12f0f99a46cc13e8","after":"9b99aa20966cf6b6a4fd13604c772d61ad56a8df","ref":"refs/heads/main","pushedAt":"2023-11-19T07:55:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Fixed annoying bug where I wasn't properly allocating the VGA buffer array and there was a 'dead pixel' as a result.","shortMessageHtmlLink":"Fixed annoying bug where I wasn't properly allocating the VGA buffer …"}},{"before":"5bbfd48e4a3cb1c41c889e9d2093bb41c4a198ca","after":"4cd05cea713675abf6e68d7f12f0f99a46cc13e8","ref":"refs/heads/main","pushedAt":"2023-11-09T05:04:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Goofing off with a Zelda sprite. Got some random dot in the corner! But looking good so far.","shortMessageHtmlLink":"Goofing off with a Zelda sprite. Got some random dot in the corner! B…"}},{"before":"fe86df91568e55191e70e1baca66c2b4ea6b6bdb","after":"5bbfd48e4a3cb1c41c889e9d2093bb41c4a198ca","ref":"refs/heads/main","pushedAt":"2023-11-08T22:03:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Refactored PIO directory. Added multiple resolutions from 40x30 up to 640x240. Added crude font commands to change font data in software.","shortMessageHtmlLink":"Refactored PIO directory. Added multiple resolutions from 40x30 up to…"}},{"before":"9767cdac1eaa9c0be792ccb36c626d5c0395dbd1","after":"fe86df91568e55191e70e1baca66c2b4ea6b6bdb","ref":"refs/heads/main","pushedAt":"2023-11-08T05:06:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added support for picking between 320 or 160 horizontal and 240 or 120 vertical resolution with any combination.","shortMessageHtmlLink":"Added support for picking between 320 or 160 horizontal and 240 or 12…"}},{"before":"37640f669218856027356f0269f9f4f2c3bc5375","after":"9767cdac1eaa9c0be792ccb36c626d5c0395dbd1","ref":"refs/heads/main","pushedAt":"2023-11-08T04:37:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Refactored directories with PIO. Added support for multiple resolutions. Currently, I am supporting 320x240x64 and 160x240x64! 160x240x64 actually looks cool. :-)","shortMessageHtmlLink":"Refactored directories with PIO. Added support for multiple resolutio…"}},{"before":"00243ff07547ef2ddcb9508eed58941092e32487","after":"37640f669218856027356f0269f9f4f2c3bc5375","ref":"refs/heads/main","pushedAt":"2023-11-05T18:47:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Started basic work on sprites. Realized the Pico cannot draw the screen fast enough per frame the way I am doing it. :-(","shortMessageHtmlLink":"Started basic work on sprites. Realized the Pico cannot draw the scre…"}},{"before":"118314b4026fe75a62883cfb454c8838acda56b4","after":"00243ff07547ef2ddcb9508eed58941092e32487","ref":"refs/heads/main","pushedAt":"2023-11-05T17:34:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Renamed rgp.pio to reflect the resolution it drives. I'm toying with the idea of supporting other formats. Added more docs and explanations.","shortMessageHtmlLink":"Renamed rgp.pio to reflect the resolution it drives. I'm toying with …"}},{"before":"599129378cfde9bd3a674a025013d1ad9adb1711","after":"118314b4026fe75a62883cfb454c8838acda56b4","ref":"refs/heads/main","pushedAt":"2023-11-05T04:55:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Documented the cursor routine and removed unused variables.","shortMessageHtmlLink":"Documented the cursor routine and removed unused variables."}},{"before":"d9db6374b5e4ee5a2d2dc6692656ee9f1a10fc55","after":"599129378cfde9bd3a674a025013d1ad9adb1711","ref":"refs/heads/main","pushedAt":"2023-11-05T04:51:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"More documentation. Added link to Hunter Adams on timers. Oh, and added a cool blinking cursor support!","shortMessageHtmlLink":"More documentation. Added link to Hunter Adams on timers. Oh, and add…"}},{"before":"3610dcbb391ec8849fda29a013c591f549aac45a","after":"d9db6374b5e4ee5a2d2dc6692656ee9f1a10fc55","ref":"refs/heads/main","pushedAt":"2023-11-05T03:47:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added default cursor color, default screen colors. Changed shift screen to draw a blank line at the bottom with the default colors. Very much like the C64.","shortMessageHtmlLink":"Added default cursor color, default screen colors. Changed shift scre…"}},{"before":"f9f48ad5294675ad3c103c8096ac27b73f8847d8","after":"3610dcbb391ec8849fda29a013c591f549aac45a","ref":"refs/heads/main","pushedAt":"2023-11-05T03:25:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added more documentation. Fixed bugs in setting screen colors.","shortMessageHtmlLink":"Added more documentation. Fixed bugs in setting screen colors."}},{"before":"49f3aa6215fb5ec2f57280f042b5f98bda34da55","after":"f9f48ad5294675ad3c103c8096ac27b73f8847d8","ref":"refs/heads/main","pushedAt":"2023-11-05T03:05:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Fixed bug with screen line scrolling! Removed unused glcdfont. Added a lot more documentation. Started a new documentation MD file that will eventually show how to use the library.","shortMessageHtmlLink":"Fixed bug with screen line scrolling! Removed unused glcdfont. Added …"}},{"before":"c6220dadb1d4d5a4bab8d7e498d047a87b417702","after":"49f3aa6215fb5ec2f57280f042b5f98bda34da55","ref":"refs/heads/main","pushedAt":"2023-11-04T02:26:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added basic screen scrolling. Basically, the bg and fg colors and text are moved up the screen so that you can write new information to the bottom line. Oh, BTW....I've had lots of Tequila. Tequila and C/C++ go well together. But now I have bugs. :-)","shortMessageHtmlLink":"Added basic screen scrolling. Basically, the bg and fg colors and tex…"}},{"before":"341cdf73a747746a7ceb5b6d40fb9cf9443aac25","after":"c6220dadb1d4d5a4bab8d7e498d047a87b417702","ref":"refs/heads/main","pushedAt":"2023-11-03T21:29:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added warning for not hand editing the petscii.h file.","shortMessageHtmlLink":"Added warning for not hand editing the petscii.h file."}},{"before":"69c3a4805f98437c517ffa285f2bdb1f58fcc0fd","after":"341cdf73a747746a7ceb5b6d40fb9cf9443aac25","ref":"refs/heads/main","pushedAt":"2023-11-03T21:26:17.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Started adding support to write strings of PETSCII data to screen. Created clear screen, drawing PETSCII, etc.","shortMessageHtmlLink":"Started adding support to write strings of PETSCII data to screen. Cr…"}},{"before":"c09c40d4a91a01d7205a72aa66fcd4e96a077c52","after":"69c3a4805f98437c517ffa285f2bdb1f58fcc0fd","ref":"refs/heads/main","pushedAt":"2023-11-03T03:29:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added another image and updated README.md","shortMessageHtmlLink":"Added another image and updated README.md"}},{"before":"0beb9b48a1a71f16ed4a5621611a0cb35892c36d","after":"c09c40d4a91a01d7205a72aa66fcd4e96a077c52","ref":"refs/heads/main","pushedAt":"2023-11-03T03:25:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added some images","shortMessageHtmlLink":"Added some images"}},{"before":"d0eab16ff3940bc1b8150a6a63640cdc5a1a7ab3","after":"0beb9b48a1a71f16ed4a5621611a0cb35892c36d","ref":"refs/heads/main","pushedAt":"2023-11-03T03:19:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added wiring information","shortMessageHtmlLink":"Added wiring information"}},{"before":"0099daf75dae550d7a84f925e537ee45be33235b","after":"d0eab16ff3940bc1b8150a6a63640cdc5a1a7ab3","ref":"refs/heads/main","pushedAt":"2023-11-03T03:15:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Added README.md file","shortMessageHtmlLink":"Added README.md file"}},{"before":null,"after":"0099daf75dae550d7a84f925e537ee45be33235b","ref":"refs/heads/main","pushedAt":"2023-11-03T03:08:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cbmeeks","name":"cbmeeks","path":"/cbmeeks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49341?s=80&v=4"},"commit":{"message":"Initial commit...","shortMessageHtmlLink":"Initial commit..."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADtNH6EAA","startCursor":null,"endCursor":null}},"title":"Activity · cbmeeks/VgaPico"}